Skip to main content
Glama

Ace Website MCP

Create a checkout link

create_checkout

Start a purchase of one offer. Returns a continue_url: send the buyer there to pay on the Stripe-hosted checkout page. This tool does not charge anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offer_idYes
quantityNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Beyond the annotations, the description usefully clarifies that no charge is made by this tool and that payment occurs on Stripe's hosted page. It does not contradict the annotations, though it does not detail persistent side effects of creating the checkout session.

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 short sentences front-load the core purpose, then the return value, then the key non-charge behavior. Every sentence adds value and there is no filler.

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?

For a low-complexity, two-parameter tool, the description covers the core action, the returned value, and the important fact that no charge occurs immediately. It remains slightly incomplete in not steering agents to list_products for offer_id discovery or describing how to use the returned URL after payment.

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

Parameters2/5

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

With 0% schema description coverage, the description was expected to explain the parameters, but it only repeats that quantity is one offer and leaves offer_id and its ace-mac/ace-windows values unexplained. It also adds no guidance about how the return continue_url relates to the parameters.

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 states a specific action ('Start a purchase') on a clear resource ('one offer') and names a concrete output (continue_url to Stripe checkout). It is functionally distinct from siblings like get_checkout and list_products, though it does not explicitly name or contrast them.

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

Usage Guidelines3/5

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

The intended usage is implied: call this tool to initiate an offer purchase and send the buyer to the returned continue_url. However, it gives no explicit when-to-use vs alternatives or exclusions, such as using list_products to discover valid offer_id values.

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