Skip to main content
Glama
KuudoAI

amazon-agent-atlas-mcp

by KuudoAI

search

Discover available tools by submitting a query, with optional tag filtering and result detail control, to locate the right capabilities for your task.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Search for available tools by query. Returns matching tools ranked by relevance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter to tools with any of these tags before searching
limitNoMaximum number of results to return
queryYesSearch query to find available tools
detailNo'brief' for names and descriptions, 'detailed' for parameter schemas as markdown, 'full' for complete JSON schemasbrief

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds useful context: the tool 'runs in your Kuudo deployment, not here' and returns results 'ranked by relevance.' It does not explicitly state that the operation is read-only or describe any side effects/auth requirements, but for a catalog search these are somewhat implicit. The provided context is meaningful but not comprehensive.

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 concise and front-loaded: it opens with the category ('Catalog entry'), gives the execution context, states the primary action, and closes with the result format. No sentence is redundant.

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

Completeness4/5

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

For a simple search tool with all parameters documented by the schema, the description covers the essential context: it runs remotely, searches the tool catalog, and returns relevance-ranked matches. It does not detail the result structure in the absence of an output schema, but 'Returns matching tools' is adequate for a discovery tool.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3 even without parameter details in the description. The description adds no parameter semantics beyond what the schema already provides for query, tags, limit, and detail.

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

Purpose4/5

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

The description names a specific verb and resource: 'Search for available tools by query' and states the output ('Returns matching tools ranked by relevance'). It clearly identifies the tool as a catalog search, but it does not explicitly differentiate from siblings such as get_schema or tags, so it falls short of a 5.

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

Usage Guidelines3/5

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

The description implies when to use the tool ('Search for available tools by query'), which is appropriate for discovery. However, it does not explicitly state when not to use it or mention alternatives like get_schema for retrieving a tool's full schema. Usage context is implied rather than spelled out.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KuudoAI/amazon-agent-atlas-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server