Skip to main content
Glama

Confirm TEST credit purchase, rss digest, atom feed, feed items

confirm_credits

Confirm a TEST checkout intent (POST /credits/confirm). This is when credits become granted/spendable (appends credit.purchase with credits_added). TEST only. Synthetic pi_test_… until LAS-212.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stripe_payment_intent_idYesPaymentIntent id (pi_test_…) from checkout_credits.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Beyond the annotations, the description adds the key side effect: credits 'become granted/spendable' and an event is appended to credit.purchase with credits_added. This meaningfully clarifies the write behavior without contradicting readOnlyHint=false or destructiveHint=false.

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?

The description itself is tight and front-loaded: endpoint, effect, then constraints. However, the tool title is noisy and includes unrelated terms like 'rss digest, atom feed, feed items,' which detracts from an otherwise clean definition.

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 single-parameter TEST-only confirmation tool, the description explains the purpose, the side effect, the source of the parameter, and the synthetic environment. It does not describe response shape or error behavior, but the operation is simple and the core invocation context is covered.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining that the parameter is synthetic ('Synthetic pi_test_… until LAS-212'), reinforcing the TEST-only usage beyond the schema's simple 'PaymentIntent id' wording.

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 a specific verb and resource: 'Confirm a TEST checkout intent (POST /credits/confirm).' It also distinguishes this from the sibling checkout_credits by noting the PaymentIntent comes from that flow. The action and domain are unambiguous.

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 clearly marks the tool as TEST only and references synthetic pi_test_ IDs, which tells an agent not to use it for production. It implies sequencing after checkout_credits via the parameter description, though it does not explicitly name alternatives or state when not to use it beyond the TEST-only constraint.

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.

Resources