TOOL CALL
TOOL_CALLExecute 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)
When to Use
Use this tool when you need to 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). This is part of the Alpha Vantage provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 2+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("alpha-vantage/TOOL_CALL")xpay_run— Execute:xpay_run("alpha-vantage/TOOL_CALL", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tool_name | string | Yes | The name of the tool to call (e.g., "TIME_SERIES_DAILY") |
arguments | string | Yes | Dictionary of arguments matching the tool's parameter schema from TOOL_GET |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Alpha Vantage (all tools) — 3 tools
- TOOL LIST — $0.02/call
- TOOL GET — $0.02/call
Links
- Tool page: https://xpay.tools/alpha-vantage/tool-call/
- Provider: https://xpay.tools/alpha-vantage/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tool_name | string | Yes | The name of the tool to call (e.g., "TIME_SERIES_DAILY") |
arguments | string | Yes | Dictionary of arguments matching the tool's parameter schema from TOOL_GET |
Related Tools from Alpha Vantage
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Alpha Vantage

