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

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

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

## When to Use

Use this tool when you need to 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). 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_LIST")`
2. **`xpay_run`** — Execute: `xpay_run("alpha-vantage/TOOL_LIST", { ...inputs })`



## 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 GET](https://xpay.tools/skills/alpha-vantage/tool-get/SKILL.md) — $0.02/call
- [TOOL CALL](https://xpay.tools/skills/alpha-vantage/tool-call/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/alpha-vantage/tool-list/
- Provider: https://xpay.tools/alpha-vantage/
- All tools: https://xpay.tools/explore
