> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trychannel3.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Available Tools

Your agent normally chooses these tools automatically. The list is useful when writing an agent prompt, testing a connection, or deciding which data Channel3 can provide.

| Tool                  | What it does                                                                       |
| --------------------- | ---------------------------------------------------------------------------------- |
| `search_products`     | Search products with text, price, brand, category, availability, and other filters |
| `get_product_details` | Get a canonical product by ID, including offers and variants                       |
| `enrich_product_url`  | Resolve a retailer product URL to the Channel3 product                             |
| `find_brand`          | Find brand information by name                                                     |
| `find_website`        | Find retailer information from a URL or domain                                     |
| `search`              | Search Channel3 documentation                                                      |

## How tools map to user requests

| User says…                             | Your agent typically uses…           |
| -------------------------------------- | ------------------------------------ |
| “Find black running shoes under \$100” | `search_products`                    |
| “Tell me about the first result”       | `get_product_details`                |
| “What stores sell this URL?”           | `enrich_product_url`                 |
| “What brands make robot vacuums?”      | `find_brand`, then `search_products` |
| “How do I filter by color?”            | `search`                             |

For complete, end-user prompt examples, see [MCP usage](/mcp/usage).
