search_documentation
Search across documentation sets and code snippets to find relevant information from installed Dash docsets using specific queries.
Instructions
Search for documentation across docset identifiers and snippets.
Args:
query: The search query string
docset_identifiers: Comma-separated list of docset identifiers to search in (from list_installed_docsets)
search_snippets: Whether to include snippets in search results
max_results: Maximum number of results to return (1-1000)
Results are automatically truncated if they would exceed 25,000 tokens.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| docset_identifiers | Yes | ||
| search_snippets | No | ||
| max_results | No |