---
name: "xpay-tavily-tavily-skill"
description: "Search documentation for any library, API, or tool. Returns relevant, structured documentation chunks assembled for your specific query. When working with a specific library, always pass the library name for best results."
version: "1.0.0"
price: "$0.02/call"
provider: "Tavily Search"
---

# Tavily Skill

Search documentation for any library, API, or tool. Returns relevant, structured documentation chunks assembled for your specific query. When working with a specific library, always pass the library name for best results.

**Provider:** Tavily Search
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to search documentation for any library, api, or tool. returns relevant, structured documentation chunks assembled for your specific query. when working with a specific library, always pass the library name for best results.. This is part of the Tavily Search provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 5+ 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("tavily/tavily_skill")`
2. **`xpay_run`** — Execute: `xpay_run("tavily/tavily_skill", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `context` | string | No | Brief description of your current project/stack (e.g. 'FastAPI app with Redis broker'). Helps tailor the response. |
| `language` | string | No | Programming language of the current project (e.g. 'python', 'typescript', 'go'). Boosts results matching this language. |
| `library` | string | No | Library/package name to target (e.g. 'nextjs', 'celery', 'httpx'). When provided, retrieval is constrained to this library. |
| `task` | string | No | What you're trying to do. Affects which documentation sections are prioritized. |
| `max_tokens` | integer | No | Maximum tokens in response |
| `query` | string | Yes | Natural language query about a library/API/tool (e.g. 'celery beat periodic tasks', 'SSE streaming with App Router') |

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

- [Tavily Search (all tools)](https://xpay.tools/skills/tavily/SKILL.md) — 6 tools
- [Tavily Search](https://xpay.tools/skills/tavily/tavily-search/SKILL.md) — $0.02/call
- [Tavily Extract](https://xpay.tools/skills/tavily/tavily-extract/SKILL.md) — $0.02/call
- [Tavily Crawl](https://xpay.tools/skills/tavily/tavily-crawl/SKILL.md) — $0.02/call
- [Tavily Map](https://xpay.tools/skills/tavily/tavily-map/SKILL.md) — $0.02/call
- [Tavily Research](https://xpay.tools/skills/tavily/tavily-research/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/tavily/tavily-skill/
- Provider: https://xpay.tools/tavily/
- All tools: https://xpay.tools/explore
