search_docs
Search documentation by keyword matching in content and titles, returning results ranked by relevance score.
Instructions
Search documentation using keyword matching (semantic search ready)
Args: query: Search query string max_results: Maximum number of results to return search_content: Whether to search in document content search_titles: Whether to search in document titles
Returns: List of matching documents with relevance scores
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| search_content | No | ||
| search_titles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |