docs_search
Search your project's own documentation to identify what a screen, field, or business term means in the app. Returns matching passages with file and line, so you don't have to infer from the UI.
Instructions
Search the project's own documentation — README and any markdown/text/pdf docs under the configured docs root — and return matching passages with file and line. Use it to learn what a screen, field or business term means in this app, instead of inferring it from the UI. Set docsRoot in your settings file if the docs live elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Override the docs root for this call. | |
| query | Yes | Words or a phrase to look for. | |
| max_results | No | Maximum passages to return. | |
| context_lines | No | Lines of surrounding context per hit. |