Skip to main content
Glama

Get payment requirements

get_payment_options

Step 2: get the exact payment to RENT a plan for N days (USDC via x402 on Base + card availability). This hosted server holds NO funds and cannot provision — it returns everything needed to pay elsewhere. The provision field spells out the three ways to actually get the server. Read it and act on it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysYesLease length in days (1–30)
planYesServer size

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses that the tool holds NO funds, cannot provision, and returns a provision field with three ways to get the server. This gives the agent a clear behavioral model without relying on the schema.

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?

Three sentences with no wasted words. The description front-loads the action ('get the exact payment'), then adds key constraints ('holds NO funds', 'cannot provision'), and ends with an actionable instruction ('Read it and act on it'). Every sentence earns its place.

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?

Despite lacking an output schema, the description mentions the provision field and explicitly instructs the agent to 'read it and act on it.' It covers the tool's purpose, limitations, and next step, making it fairly complete for a 2-parameter info retrieval tool. Minor omissions like response format details or expiration behavior prevent a higher score.

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?

Schema coverage is 100% with both plan and days already described. The description adds workflow context by tying the parameters to 'RENT a plan for N days,' but this is not significantly more semantic than the schema's own descriptions, so a baseline 3 is appropriate.

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 uses a specific verb ('get the exact payment') and clearly identifies the resource (payment to RENT a plan for N days, USDC via x402, card availability). It distinguishes itself from siblings like get_server and list_plans by emphasizing it handles payment requirements and explicitly does not provision.

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 frames the tool as 'Step 2' in a workflow, implying when to use it relative to other steps. It also states this hosted server cannot provision and returns everything needed to pay elsewhere, which tells the agent not to expect provisioning here. However, it does not explicitly name an alternative tool for provisioning.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: list_plans provides plan catalogs, get_payment_options details payment methods, list_servers enumerates provisioned servers, and get_server fetches a single server's status. No two tools overlap in function.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: 'list' for collection operations (list_plans, list_servers) and 'get' for single-item operations (get_payment_options, get_server). The style is uniform and predictable.

Tool Count5/5

The server has 4 tools, perfectly scoped for its stated purpose of providing plan/payment info and server status without provisioning. It's neither too sparse nor overloaded.

Completeness4/5

The informational workflow is covered: list plans, get payment options, list servers, and get server details. The lack of provisioning tools is intentional per the description, so no major gaps exist, though a few minor niceties like fetching a single plan would be possible additions.

Resources