aws_docs_search
Search live AWS documentation to find doc pages for services, APIs, or concepts. Returns ranked results with title, URL, summary, and excerpt.
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}. Follow up with aws_docs_read on a result's url to get the full page as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search phrase, e.g. 'S3 bucket naming rules', 'Lambda environment variables', 'DynamoDB GSI'. | |
| limit | No | Max results to return (1-50). Default 10. |