Search agentic-os methodology
search_methodologySearch across agentic-os governance, SDLC pipeline, and QE blueprint documentation using full-text AND matching to find relevant documents.
Instructions
Full-text search over the agentic-os governance, agentic-sdlc pipeline, and agentic-qe blueprint documentation. Use it first whenever you do not already hold a document URI, then pass a result uri to get_document for the full text. Matching is AND, not OR — every term must appear — and terms match at word starts, so "gate" finds "gates" and "gating" but "ate" finds neither. It searches markdown only: role presets are JSON and never appear here, so use list_presets for those. Read-only and idempotent; searches the server's own bundled corpus, never the network or your repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results, best-scoring first (1-25). | |
| query | Yes | Search terms, e.g. "write scope enforcement". Every term must appear in a document for it to match, so two or three distinctive words find more than a full sentence does. Runs of fewer than two alphanumeric characters are ignored, and punctuation is not searchable. | |
| plugin | No | Restrict results to one plugin: agentic-os (governance), agentic-sdlc (the SDLC pipeline), or agentic-qe (QE blueprints). Omit to search all three, which is usually right unless you already know the area. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Matching documents, best first. Empty when nothing matched — a normal result, not an error; broaden the query or drop the plugin filter. |