search_docs
Search your local documentation index to find version-specific library, API, and vendor behavior. Returns relevant excerpts with source citations.
Instructions
READ-ONLY: search the local documentation index built by docmancer docs add, covering library, API, and vendor documentation the user chose to ingest. Runs entirely locally; no network call, so it only ever returns docs already added on this machine and returns [] when none have been. Use it for version-specific library or vendor behaviour. Not for anything about this user or their projects: use search_memory, search_evidence, or ask_memory for that. Parameters: query is the natural-language text to match against the indexed documentation; limit caps the number of results (default 8). Returns a list of objects with the matching excerpt, its source document, and a relevance score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching results to return. Defaults are tool-specific. | |
| query | Yes | Natural-language terms to search for in the local memory or documentation index. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |