aws_docs_search
Search live AWS documentation to find the right doc page for new services, changed APIs, or exact parameter names. Flags weak matches so you re-query with different wording.
Instructions
Search the live AWS documentation (the same backend that powers the docs.aws.amazon.com search box). Use this to discover the right doc page for a service, API, or concept the model may not know about -- new services, recently changed APIs, exact parameter names. Returns ranked results as {title, url, summary, excerpt}. IMPORTANT: that backend always returns a full page of fuzzy matches and has no way to answer 'no good match' -- a nonsense query still comes back with ten confident-looking hits. So each result also carries lexicalMatch ({overlap 0-1, matchedTerms, unmatchedTerms}), computed locally by this server: literal word overlap between your query's terms and the result's title/summary/excerpt, NOT a backend score and NOT semantic ranking. The response adds queryTerms, termsMatchedNowhere, bestLexicalOverlap, and lowRelevance: true when the best result matched at or under half your terms OR any term appears in no result at all (a term matching nothing anywhere is the clearest sign the backend had nothing -- one incidental hit on a common word can otherwise carry the average) -- that means the backend had nothing close for those terms, NOT that the search failed, so re-query with different wording rather than citing a weak hit. Follow up with aws_docs_read on a result's url to get the full page as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-50). Default 10. | |
| query | Yes | Search phrase, e.g. 'S3 bucket naming rules', 'Lambda environment variables', 'DynamoDB GSI'. |