Skip to main content
Glama

Boat House

topup

Open secure Stripe checkout to add prepaid hosting credit; the owner completes payment there. Without confirm it only quotes and returns operation_id. Confirm the same cents and operation_id after user approval; reuse the ID on retries. Between $5.00 (500) and $1,000.00 (100000). Owners only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centsYesAmount in cents, e.g. 2000 for $20.00.
confirmNoFalse or absent returns the quote and does nothing. True actually does it.
workspaceNoWorkspace slug to act in. Use this when you belong to several workspaces; whoami lists them.
operation_idNoThe payment quote ID, required when confirming or retrying.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so well: it discloses payment location/actor, quote-vs-confirm behavior, idempotent retry via operation_id, amount bounds, and owner-only authorization. These are exactly the non-obvious traits an agent needs before calling.

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 dense sentences, all load-bearing, with purpose first and constraints last. No filler or redundancy with the schema.

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 payment tool with no output schema or annotations, the description is complete: it defines the flow, required inputs at each stage, retry behavior, amount range, and permissions. An agent can determine how to quote, confirm, and retry without external information.

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 input schema already covers 100% of parameters, but the description adds normative semantics: cents must be between 500 and 100000, operation_id comes from the quote and must be reused, and confirm gates actual execution. This goes beyond the schema's generic descriptions.

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 action ('Open secure Stripe checkout') and resource ('prepaid hosting credit'), and adds that the owner completes payment in Stripe. This clearly differentiates it from general billing or pricing tools by its checkout-and-credit purpose.

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?

It gives an explicit two-phase workflow: omit confirm to quote, then confirm with matching cents and operation_id after approval, and reuse operation_id on retries. It doesn't name sibling alternatives or exclusions, so it's not a 5, but the invocation conditions are clear.

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.