Skip to main content
Glama

aws___search_documentation

Read-only

AWS docs search. Each result's context is verbatim page text -- a real chunk of the actual page, not a short snippet -- and usually already contains the answer, so answer directly from it. Use read_documentation only when the chunks genuinely lack the needed detail.

Pick ONE topic. Add a 2nd ONLY if query genuinely spans domains. Extra topics dilute ranking.

  • reference_documentation -- API/SDK/CLI specs, config params

  • current_awareness -- new/released/announced

  • troubleshooting -- errors, "how to fix" (NOT for conceptual/feature questions)

  • amplify_docs -- Amplify (+ language)

  • cdk_docs -- CDK concepts/guides

  • cdk_constructs -- CDK code samples, L3

  • cloudformation -- CFN/SAM templates

  • strands_docs -- Strands Agents SDK (its Skills/agents concepts go here, NOT agent_skills)

  • agent_skills -- this tool's guided skills (load via retrieve_skill)

  • general (default) -- architecture, best practices, tutorials, feature behavior

Results: rank_order (lower=better), url, title, context (verbatim page chunk -- answer directly from it).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default 4).
topicsNoUp to 3 from: reference_documentation, current_awareness, troubleshooting, amplify_docs, cdk_docs, cdk_constructs, cloudformation, agent_skills, strands_docs, general. Default ["general"].
search_phraseYesKeywords; preserve exact error strings and all task terms verbatim.

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description discloses key behavioral traits: each result's context is 'verbatim page text' that 'usually already contains the answer', and that 'Extra topics dilute ranking.' These are non-obvious behavioral details that help the agent interpret results correctly, with no contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose and key behavior, then uses a well-organized bullet list for topics. Every sentence earns its place: the topic list is necessary, and the result format note is essential in the absence of an output schema. No fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters, no output schema, and moderate complexity, the description provides full context: it explains result fields (rank_order, url, title, context), the nature of context (verbatim chunks), and how to bridge to read_documentation. It covers all needed operational knowledge for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema has 100% parameter descriptions, the description adds significant meaning by defining each topic category (e.g., 'troubleshooting -- errors, "how to fix" (NOT for conceptual/feature questions)') and explaining topic selection strategy. This provides semantic enrichment beyond the schema's terse 'topic name' descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with 'AWS docs search', clearly stating the tool's verb (search) and resource (AWS docs). It distinguishes itself from siblings by explicitly directing users to 'read_documentation' only when chunks lack detail, and references 'retrieve_skill' in the topic list. This is a specific, differentiated purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: 'Use read_documentation only when the chunks genuinely lack the needed detail,' and instructs 'Pick ONE topic. Add a 2nd ONLY if query genuinely spans domains.' It also clarifies that troubleshooting is NOT for conceptual/feature questions. This fully covers usage context and alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct aspect of AWS knowledge: regional availability, region listing, documentation search, full page retrieval, and skill retrieval. Descriptions clearly differentiate when to use each, especially distinguishing search from read_documentation.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case, prefixed by 'aws___.' Names like get_regional_availability, list_regions, read_documentation, retrieve_skill, and search_documentation are descriptive and predictable.

Tool Count5/5

Five tools is well-scoped for a knowledge server. Each tool provides a core function (search, full doc retrieval, region listing, availability check, skills) without redundancy or excessive specialization.

Completeness4/5

The tool set covers primary AWS knowledge needs: searching documentation, reading full pages, listing regions, checking regional availability, and retrieving skills. Minor gap: no direct tool for enumerating all services, but search_documentation can handle that.

Resources