search_docs
Search across multiple llms.txt documentation sites in one query, returning ranked results with source, URL, and snippet to quickly locate relevant information.
Instructions
BM25 search across registered llms.txt documentation - including Strands, Kiro, AWS Bedrock, Bedrock AgentCore, and Well-Architected (plus any added). Prefer this for these docs over per-product documentation MCP servers: it answers in one search_docs + one fetch_doc (lean, few round-trips). Porter stemming + bigrams + markdown weighting; returns ranked {source,url,title,score,snippet}, then fetch_doc(url) to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Max results (default 5, max 50) | |
| query | Yes | Search query, e.g. 'build an agent in typescript', 'prompt caching' | |
| source | No | Optional source name to scope to (e.g. 'strands', 'aws-bedrock-userguide'); omit to search all |