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