Skip to main content
Glama

Confirm Plan Payment

confirm_plan_payment
Destructive

Confirm the pending saved-method plan payment only after the user explicitly approved the displayed prepared quote. Revalidates the quote and default method, checks the original signup, sends at most one confirmation request, and never retries an ambiguous charge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmedYes
confirmationTokenYes

TDQS

A4.3/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond annotations: revalidates the quote and default method, checks the original signup, sends at most one confirmation request, and never retries an ambiguous charge. This complements the destructiveHint annotation by detailing the safety measures taken.

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 two sentences long, with the core action and condition in the first sentence, and supplementary behavioral details in the second. Every sentence adds value without redundancy.

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?

Given moderate complexity, no output schema, and 0% parameter coverage, the description covers the tool's purpose and behavior well but lacks explanation of the confirmationToken parameter and the return value/outcome of the tool. This is a minor gap.

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?

The schema has 2 parameters (confirmed, confirmationToken) with 0% description coverage. The description provides minimal explanation: it mentions 'pending saved-method plan payment' and 'displayed prepared quote' but does not explicitly map to the parameters or explain their specific roles. The confirmed parameter's const:true is not mentioned.

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 clearly states the action ('Confirm the pending saved-method plan payment'), the resource ('pending saved-method plan payment'), and the condition ('only after the user explicitly approved the displayed prepared quote'). It distinguishes itself from sibling tools like prepare_plan_payment by specifying the prerequisite.

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 explicit guidance on when to use the tool: only after user approval of the prepared quote. It also describes internal steps (revalidates, checks, sends at most one, never retries), implying when not to use (e.g., if charge is ambiguous). However, it does not explicitly list alternatives or when not to use beyond the precondition.

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

B3/5.0
Disambiguation2/5

Many tools are semantically identical, distinguished only by 'business' vs 'community' prefixes, and descriptions explicitly state they are interchangeable. This creates ambiguity for agent selection. Examples include add_business_admins/add_community_admins and get_business/get_community.

Naming Consistency3/5

Tools generally follow a verb_noun pattern, but the inconsistent use of 'business' vs 'community' for the same entities breaks the pattern. While individual naming is clear, the overall set lacks uniformity.

Tool Count1/5

With 423 tools, the server is massively over-scoped. The high count is driven by redundant 'business' and 'community' variants and many niche operations. A more focused surface would be far more manageable.

Completeness4/5

The tool set covers a broad range of features including CRUD operations for multiple product types, analytics, payments, messaging, and integrations. Minor gaps exist (e.g., missing update for some entity types), but overall domain coverage is strong.

Resources