Skip to main content
Glama

RedReplier

Preview Keyword Billing

preview_keyword_billing
Read-only

Preview the plan and price required for a desired number of active keywords, without changing anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
desiredKeywordCountYesTotal number of active keywords you want

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoThe plan and price required for the desired number of active keywords.

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is captured structurally. The description adds the useful behavioral detail that nothing is changed during the preview, reinforcing the annotations, but it does not disclose other behaviors such as cost calculation caveats or plan-tier assumptions beyond what the annotations and output schema already communicate.

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 a single, front-loaded sentence that states the action, the object, the condition, and the safety guarantee without any filler. Every word contributes value.

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 simple preview tool with one well-documented parameter, explicit read-only annotations, and an output schema, the description fully covers the agent's needs. It explains what the tool does, what input it requires, and that it has no side effects, leaving no critical gap for correct invocation.

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%, with the single parameter desiredKeywordCount already fully described as 'Total number of active keywords you want.' The tool description repeats this concept ('desired number of active keywords') but adds no new meaning beyond the schema, so the baseline of 3 is appropriate.

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 uses a specific verb ('Preview') and resource ('plan and price required for a desired number of active keywords'), which clearly identifies the tool's function. The phrase 'without changing anything' reinforces that this is a read-only estimation tool and distinguishes it from sibling activation or keyword-management tools.

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 clearly implies the tool is for checking billing before committing to a keyword count, and the 'without changing anything' phrase signals a non-mutating preview. However, it does not explicitly name alternatives such as add_keywords or activate_pending_keywords, nor does it state when not to use it, so the guidance is mostly implied.

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.2/5.0
Disambiguation5/5

Each tool maps to a distinct resource and action: website CRUD, keyword lifecycle, mention queries/updates, alert settings, and billing previews. Even similar tools like list_mentions/count_mentions and activate_pending_keywords/preview_activate_pending are clearly separated as listing vs counting and action vs preview.

Naming Consistency4/5

The vast majority follow a clear verb_noun pattern (list_websites, create_website, update_mention_status, preview_keyword_billing). The only noticeable outlier is keyword_change_usage, which reads like a noun phrase instead of get_keyword_change_usage, and activate_pending_keywords/preview_activate_pending invert verb placement.

Tool Count4/5

21 tools is on the higher side for an MCP server, but the count is justified by the number of distinct resources (websites, keywords, mentions, alerts, billing) and the need for action/preview pairs. It feels slightly heavy but not bloated.

Completeness4/5

The server covers the core lifecycle for websites, keywords, mentions, alerts, and billing previews with no dead ends: create/list/update/delete resources and status transitions are all present. Minor gaps exist, such as no direct current-plan retrieval and no bulk mention status updates, but agents can work around these.

Resources