search_internal_docs
Find internal engineering documentation including standards, runbooks, and architecture decisions to answer how-to questions, incident responses, and design rationale.
Instructions
Search the internal knowledge base for standards, runbooks, and architecture decisions.
Use this tool when an engineer asks about:
How something should be done (standards)
How to respond to an incident (runbooks)
Why an architectural choice was made (ADRs)
Args: query: Free-text search query describing what the engineer is looking for. category: Optional filter — one of "standard", "runbook", or "adr". tags: Optional list of tags to filter by (e.g. ["python", "security"]).
Returns: JSON string with matching documents (summaries) or a not-found message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| category | No | ||
| tags | No |