Skip to main content
Glama

get_payment_guide

Get copy-paste curl commands and step-by-step payment instructions for calling a Zugabot service. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior. It mentions 'Free' as a behavioral note and indicates it returns copy-paste commands. However, it does not clarify whether calling a service incurs costs, if authentication is needed, or if the tool is read-only.

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 is very concise with two phrases. It is front-loaded with the main purpose (curl commands and instructions). However, it could benefit from a slightly more structured format, e.g., specifying the parameter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not shown) and only one parameter, the description covers the core functionality. However, it lacks parameter guidance and does not mention the output format beyond 'copy-paste curl commands', which may be insufficient for an agent to fully understand the return value.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage for the only parameter 'service'. The description adds no meaning beyond the schema, merely referencing 'calling a Zugabot service'. The agent cannot infer what values the parameter accepts (e.g., service name, ID).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides curl commands and payment instructions for a Zugabot service, distinguishing it from siblings like service_info (which likely provides general info) and get_instant_sdk_snippet (SDK code). The verb 'Get' and resource are specific, but it could be more explicit about what 'payment instructions' entails.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like service_info. The description implies usage for payment-related tasks but does not exclude other scenarios or mention prerequisites such as needing a service name.

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

A3.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing services, getting details, previewing output, running a trial, generating an SDK snippet, and obtaining payment instructions. No overlap.

Naming Consistency4/5

Most names follow a verb_noun pattern (get_*, list_*, run_trial), but 'preview' is a standalone verb and 'service_info' is noun_noun, causing minor inconsistency.

Tool Count5/5

6 tools is appropriate for a service offering paid developer tools with free trials, previews, and payment guidance. Each tool earns its place.

Completeness5/5

The tool set covers the full workflow: discovery (list_services, service_info), evaluation (preview, run_trial), integration (get_instant_sdk_snippet), and payment guidance (get_payment_guide). No obvious gaps.