Skip to main content
Glama

headless_checkout

Get a payment link without browser redirects. Requires auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offer_idNo
listing_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

The description adds the requirement of authentication and the non-redirect behavior, which are useful beyond any annotations (none provided). However, it does not disclose whether this operation has side effects, what happens with invalid inputs, or the nature of the returned payment link. Given the absence of annotations, the description only partially fulfills the transparency burden.

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 extremely concise and front-loaded, with only two sentences that immediately convey purpose and auth requirement. However, its brevity comes at the cost of omitting parameter semantics, so while it is structurally efficient, it does not fully earn its place given the information it should carry.

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

Completeness2/5

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

Given the lack of annotations, output schema, and parameter descriptions (0% coverage), the description is far too minimal to be complete. It fails to explain the required listing_id or the optional offer_id, leaving the agent without enough context to correctly invoke the tool. The tool's simplicity does not excuse the missing parameter guidance.

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?

Schema description coverage is 0%, and the description does not mention either 'listing_id' or 'offer_id.' It provides no meaning beyond the schema's type and requiredness, leaving the agent without insight into what these strings represent or how they relate to the checkout process. This is a significant gap.

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 function: 'Get a payment link without browser redirects.' It specifies a concrete verb ('Get') and resource ('payment link'), and the phrase 'without browser redirects' distinguishes it from browser-based checkout alternatives among the sibling tools.

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?

The description provides no explicit guidance on when to use this tool versus alternatives like initiate_purchase or quick_purchase. The only contextual hint is 'without browser redirects,' which is more about purpose than usage. It does not provide exclusions, prerequisites beyond auth, or mention of alternative tools.

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.

Resources