docs_search
Search a specific documentation site for pages matching your query, by restricting to a known domain.
Instructions
[INSTRUCTIONS] Use this when you ALREADY know the documentation domain and need to find a specific page. Always provide the "site" parameter when searching within a known domain. Example: docs.search({ query: "authentication headers", site: "docs.stripe.com" })
Search for specific topics within a documentation site [READ-ONLY]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Restrict search to this domain (e.g., "docs.stripe.com") | |
| query | Yes | What to search for (e.g., "authentication", "create webhook") |