Skip to main content
Glama

tier_checkout

Subscribe, renew, or upgrade to a tier via Stripe credit card. Alternative to on-chain payment, accepts wallet or email, returns a checkout URL.

Instructions

Subscribe/renew/upgrade to a run402 tier via Stripe credit card. Alternative to x402 on-chain payment. Supports wallet or email identifier. Returns a Stripe checkout URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierYesTier name: prototype ($0.10/7d, free with testnet faucet), hobby ($5/30d), team ($20/30d)
emailNoEmail address (for email-based accounts)
walletNoWallet address (for wallet-based accounts)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions returning a Stripe checkout URL and implies a subscription action, but lacks details on side effects (e.g., immediate charge, cancellation policy) or error behavior. Basic transparency is present but incomplete.

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, containing two sentences that cover purpose, alternative, identifiers, and return type without any fluff. It is front-loaded with the core action.

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 the tool's simplicity (3 params, no output schema), the description covers purpose, alternative, identifiers, and output type. It could mention failure scenarios or URL expiration, but overall it is sufficiently complete for an agent to use 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 input schema provides full coverage (3 parameters). The description adds value by explaining the tier enum with cost/duration details and clarifying that email and wallet are for different account types, which aids proper usage.

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 tool's purpose: subscribing/renewing/upgrading to a run402 tier via Stripe credit card. It distinguishes itself as an alternative to x402 on-chain payment, which differentiates it from siblings like 'set_tier'. The verb and resource are specific.

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 provides when to use (credit card payment) and identifies alternatives (x402 on-chain). It also explains the supported identifiers (wallet or email). However, it does not explicitly state when not to use the tool or list other alternatives, which would be beneficial.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kychee-com/run402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server