---
name: "xpay-alpha-vantage-tool-call"
description: "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)"
version: "1.0.0"
price: "$0.02/call"
provider: "Alpha Vantage"
---

# 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)

**Provider:** Alpha Vantage
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## 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):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
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:

1. **`xpay_details`** — Get full input schema: `xpay_details("alpha-vantage/TOOL_CALL")`
2. **`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_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Alpha Vantage (all tools)](https://xpay.tools/skills/alpha-vantage/SKILL.md) — 3 tools
- [TOOL LIST](https://xpay.tools/skills/alpha-vantage/tool-list/SKILL.md) — $0.02/call
- [TOOL GET](https://xpay.tools/skills/alpha-vantage/tool-get/SKILL.md) — $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
