工具 API

TOOL_CALL

Execute a tool by name with the provided arguments. IMPORTANT: You MUST call TOOL_GET(tool_name) first to retrieve the full parameter schema before calling this tool. The arguments must match the schema returned by TOOL_GET, including all required parameters. Calling without the correct arguments will result in errors. Workflow: TOOL_LIST -> TOOL_GET(tool_name) -> TOOL_CALL(tool_name, arguments)

finance1 积分

调用信息

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

输入参数

tool_name必填

The name of the tool to call (e.g., "TIME_SERIES_DAILY")

arguments必填

Dictionary of arguments matching the tool's parameter schema from TOOL_GET