工具 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 积分

调用信息

工具标识
alpha-vantage.TOOL_LIST
服务提供方
Alpha Vantage
平均响应
1481 ms
近 7 天调用
1

输入参数

此工具不需要输入参数。