Alpha Vantage
Alpha Vantage
Tool
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)
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
tool_name *
stringarguments *
stringTry It
API
MCP Config
Input Parameters
The name of the tool to call (e.g., "TIME_SERIES_DAILY")
Dictionary of arguments matching the tool's parameter schema from TOOL_GET

