Skip to main content
Glama

Server Quality Checklist

83%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool targets a distinct purpose: get_growth for point-to-point growth, get_time_series for full historical data, and get_top_trends for live boards. The descriptions explicitly cross-reference and disambiguate overlaps, making misselection unlikely.

    Naming Consistency5/5

    All tool names follow the same get_ verb-prefix pattern with clear resource nouns (growth, time_series, top_trends). The naming is uniform and predictable.

    Tool Count5/5

    Three tools cover the core actions of a trends MCP server well: growth lookup, historical series, and live top trends. The scope is tight and each tool earns its place.

    Completeness4/5

    The surface covers primary workflows: historical, growth, and live trending. Minor gaps exist, such as no explicit tool for listing available feed types, categories, or sources, but agents can infer them from descriptions and the core functionality is complete.

  • Average 4.6/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 4 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable behavioral context beyond those: the series is bounded to '0-100 values,' volume is included 'when available,' and rate-limit/quota failures should be reported as a plan limit issue. This meaningfully supplements the 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?

    Four short sentences, each earning its place: the core behavior, intended uses, exclusions with alternatives, and failure handling. The most important information is front-loaded, and there is no redundant restatement of the schema or annotations.

    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?

    For a two-parameter historical data tool with a rich schema and an output schema, the description covers purpose, usage boundaries, alternatives, and edge behavior. Nothing an agent needs to select and invoke this tool correctly is missing.

    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?

    The input schema already provides 100% parameter coverage with detailed descriptions for both keyword and source, including per-source keyword format rules and valid source values. The description adds only the high-level constraint 'one keyword and one source,' which the schema already implies. Baseline 3 is appropriate since the schema carries the parameter documentation burden.

    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 states the exact resource and scope: 'Full historical series for one keyword and one source (0-100 values, plus volume when available).' It also names the intended use cases ('charting or custom math') and distinguishes itself from siblings by explicitly naming get_top_trends and get_growth.

    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?

    Usage guidance is explicit and actionable: use for charting/custom math, not for live trending boards ('use get_top_trends'), and for most growth questions 'use get_growth.' It even includes rate-limit/quota handling behavior, leaving no ambiguity about when this tool is appropriate.

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

  • Behavior5/5

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

    Annotations already mark the tool read-only and idempotent, so the description supplements rather than repeats them. It discloses the 0-100 value scale, that absolute volume appears when available, that growth windows are fixed presets, and the plan-limit behavior on throttling—useful behavioral context beyond 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 the core capability and each subsequent sentence adds distinct operational value (value scale, sibling choice, source caveat, rate-limit behavior). It is tight for the amount of guidance it delivers.

    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?

    With output schema present, return-value details do not need to be in the description. The description covers sibling differentiation, source/keyword caveats, value semantics, and error handling, so an agent has all behavioral context needed to invoke correctly.

    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 schema already documents source values, keyword formats, and percent_growth presets fully. The description mostly restates these constraints (preset strings, Android bundle ID) rather than adding new parameter-level details; the 0-100 scale is output behavior, not parameter semantics.

    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 opens with a specific, verb-driven statement: 'Point-to-point growth for a keyword on one or more sources.' It also disambiguates from siblings by saying to prefer this over get_time_series for growth questions and clarifying that app sources here are not the App Store/Google Play live boards on get_top_trends.

    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?

    It gives explicit routing guidance: 'Prefer this over get_time_series for growth questions' and explicitly carves out get_top_trends for app-store live boards. It also adds an operational rule for rate-limit/quota errors, telling the agent to inform the user their plan limit is reached.

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

  • Behavior5/5

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

    Beyond the annotations (read-only, open-world, idempotent), the description discloses the live board nature, that these are not keyword lookups, default sort behavior, and the rate-limit/quota response instruction telling the user their plan limit is reached. It also clarifies the live-vs-history distinction. No contradictions.

    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 compact and front-loads the core purpose in the first sentence. Each subsequent sentence adds a distinct piece of guidance—category, sort, alternatives, rate-limit handling—without filler.

    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?

    The tool is fully covered: purpose, category requirements, sort/window semantics, alternatives, and error handling are all present. An output schema exists, so return values don't need describing. Minor schema details like 'Only omit on a first pull' are already captured in the input schema.

    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. The description repeats sort/category guidance already present in the schema, such as 'Use sort='rank_change'' and 'always pass category,' without adding new parameter-specific meaning. The extra context like 'No keyword' and 'live store boards' is about tool behavior, not parameter semantics.

    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 states the tool provides a live top-trending board for exactly one feed type and explicitly notes 'No keyword.' It distinguishes itself by pointing to get_growth/get_time_series for app history, so an agent can tell when to use this tool. The purpose is specific and resource-focused.

    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?

    The description gives explicit when-to-use guidance: use get_growth or get_time_series for an app's history, and 'Do not use get_time_series for live boards.' It also spells out when category must be passed for specific feed types. This is far beyond a vague statement of scope.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

amazon-trends-mcp MCP server — quality and maintenance score on Glama

Copy to your README.md:

Score Badge

amazon-trends-mcp MCP server — quality and maintenance score on Glama

Copy to your README.md:

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/trendsmcp-ai/amazon-trends-mcp'

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