search_docs
Search documentation using natural language queries to find relevant sections, file paths, and content.
Instructions
Semantic search in documentation and markdown files. Finds relevant documentation sections by natural language query. Returns file paths, section headings, and full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query (e.g., "article publishing workflow", "release process") | |
| limit | No | Maximum number of results to return (default: 5) |