Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Tools API
Returns metadata for built-in native tools (name, description, and JSON schema).Endpoint
Authentication
Requires standard API authentication (API key or user JWT).Response
Returns an array:Use Cases
- Build tool pickers in internal dashboards
- Introspect input schemas for CLI/MCP adapters
- Keep tool documentation in sync with the runtime tool registry
Notes
- Data comes from the same native tool metadata used by API, agent-end, MCP, and CLI (
getNativeToolsForAPI()→ AUVY_NATIVE: same names and JSON schemas everywhere).