TOOL API
TOOL_ LIST
List all available Alpha Vantage API tools with their names and descriptions. IMPORTANT: This returns only tool names and descriptions, NOT parameter schemas. You MUST call TOOL_GET(tool_name) to retrieve the full inputSchema (required parameters, types, descriptions) before calling TOOL_CALL. Calling TOOL_CALL without first calling TOOL_GET will fail because you won't know the required parameters. Workflow: TOOL_LIST -> TOOL_GET(tool_name) -> TOOL_CALL(tool_name, arguments)
finance1 credits
Call information
- Tool slug
- alpha-vantage.TOOL_LIST
- Provider
- Alpha Vantage
- Average response
- 1481 ms
- Calls in 7 days
- 1
Input parameters
This tool does not require input parameters.