Skip to main content
Glama

Server Details

99-cent text pressure tests with human-confirmed checkout and paid-result retrieval.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool addresses a clearly distinct step: reading the offer, preparing checkout, and fetching the paid result. There is no functional overlap or ambiguity between them.

Naming Consistency5/5

All three tools follow a consistent verb_noun pattern: get_roast_offer, get_roast_result, prepare_roast_checkout. The naming style is uniform and predictable.

Tool Count4/5

Three tools is a minimal but reasonable surface for a focused paid-roast service. The set covers the core user journey without unnecessary bloat.

Completeness4/5

The lifecycle is well covered: discover the offer, create checkout after consent, and retrieve the paid result. Minor gaps like payment verification or result re-delivery are not critical for the described scope.

Available Tools

3 tools
get_roast_offerGet ROASTED offerA
Read-onlyIdempotent
Inspect

Read the current ROASTED price, styles and scope. Creates no charge.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds the valuable 'Creates no charge' detail, which is not captured by annotations and clarifies cost behavior. However, it doesn't disclose other behavioral aspects like rate limits or response format, but given the annotations, a moderate score is appropriate.

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 extremely concise: two short sentences that immediately state the primary purpose and the key non-charge behavior. No wasted words, and the core action is front-loaded. Perfectly structured for quick agent consumption.

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 the tool has zero parameters, a simple read operation, and annotations that fully cover safety aspects (read-only, idempotent, non-destructive), the description sufficiently covers what the tool does, what it returns, and the key cost behavior. Nothing critical is missing for an agent to invoke it correctly.

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

Parameters4/5

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

The tool has no parameters, so the schema carries no semantic burden. The description correctly indicates what information is returned (price, styles, scope) without needing to explain parameters. As this is a parameterless tool, the baseline of 4 is justified.

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 clearly states the tool reads the current ROASTED price, styles, and scope, identifying the specific resource and action. It doesn't explicitly differentiate from siblings like get_roast_result, but the term 'offer' vs 'result' provides some distinction. Overall, the purpose is clear and specific.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus its siblings (get_roast_result, prepare_roast_checkout). It doesn't mention alternatives or conditions for selection, leaving the agent to infer usage based on the name alone. This is a gap given the presence of related tools.

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

get_roast_resultGet ROASTED resultB
Read-onlyIdempotent
Inspect

Read the paid roast result using its share token.

ParametersJSON Schema
NameRequiredDescriptionDefault
share_tokenYes

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's 'Read' aligns. The description adds no extra context about potential errors, token validity, or whether the result is cached. The burden is partially covered by annotations, so a 3 is appropriate.

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

Conciseness4/5

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

A single sentence that is direct and front-loaded with the verb 'Read'. No wordiness, but the title 'Get ROASTED result' is a stylistic choice that might reduce clarity. Still, the body is concise.

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

Completeness3/5

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

For a simple read tool with one parameter and no output schema, the description is adequate. It doesn't specify what the result contains or any prerequisites (e.g., payment), but the sibling names suggest a flow. The description could benefit from mentioning that the token must come from a completed checkout.

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 schema has only one parameter 'share_token' with minLength 8. The description mentions 'share token' but doesn't add format details or explain the token's role beyond the schema. Since schema coverage is 0%, the description could do more, but the parameter name is self-explanatory.

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

Purpose3/5

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

The description states the verb 'read' and resource 'paid roast result', but the title 'Get ROASTED result' is a stylized variant that may mislead. The purpose is clear enough but lacks specifics about what the result contains.

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 usage for accessing a paid result via share token, but does not explicitly contrast with siblings like get_roast_offer or prepare_roast_checkout. Agents may need to infer which tool to use based on the context.

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

prepare_roast_checkoutPrepare a human-confirmed ROASTED checkoutAInspect

After the human explicitly agrees to pay 99 cents, prepare the secure checkout. Checkout creation is not payment proof.

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idNo
roast_styleNo
submitted_textYes
user_confirmed_paymentYes

TDQS

A4/5.0
Behavior4/5

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

Annotations indicate this is a mutating operation but provide no detail. The description adds meaningful behavioral context: it requires explicit human confirmation and warns that checkout creation is not payment proof. This goes beyond what the schema or annotations already convey.

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?

Two short sentences, with the most important precondition front-loaded and the payment-proof caveat placed second. There is no filler or redundant restating of the tool name.

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

Completeness3/5

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

The description covers the key precondition and a critical caveat, making the tool minimally viable. However, with four parameters and no output schema, it leaves return behavior and parameter selection mostly to inference.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only implicitly maps to user_confirmed_payment through 'explicitly agrees to pay 99 cents'. submitted_text, request_id, and roast_style receive no guidance, so the description does not compensate for the schema's lack of parameter documentation.

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 identifies a specific action ('prepare the secure checkout') and a distinct resource, and includes a precondition ('After the human explicitly agrees to pay 99 cents'). This clearly separates it from the read-oriented sibling tools get_roast_offer and get_roast_result.

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

Usage Guidelines4/5

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

The description gives an explicit condition for use: only after the human explicitly agrees to pay. This tells the agent when to call the tool. It does not explicitly name alternatives or exclusions, but the precondition is strong enough context to avoid premature invocation.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedget_roast_offer
    • First observedget_roast_result
    • First observedprepare_roast_checkout

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources