Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.veryfront.com/mcp/tools \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "category": "<string>", "description": "<string>", "availability": { "integration": "<string>" }, "href": "<string>", "hasOutputSchema": true } ], "generatedAt": "<string>" }
Lists public Veryfront MCP tool summaries for anonymous playground browsing.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Public MCP tool browse summaries
Show child attributes