Skip to main content
Glama

create_checkout

Generate a payment checkout session for Lemon Squeezy products, allowing customers to purchase specific variants with customizable options and pricing.

Instructions

Create a new checkout session for a product variant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeIdYesThe store ID
variantIdYesThe variant ID
customPriceNoOptional: Custom price in cents
productOptionsNoOptional: Product options
checkoutOptionsNoOptional: Checkout options
checkoutDataNoOptional: Additional checkout data
previewNoOptional: Preview mode
expiresAtNoOptional: Expiration date (ISO 8601)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'create' implies a write operation, the description doesn't reveal important behavioral aspects like authentication requirements, rate limits, whether this initiates a payment flow, what happens on success/failure, or what the response contains. This is inadequate for a mutation tool with zero annotation coverage.

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 a single, efficient sentence that gets straight to the point with zero wasted words. It's appropriately sized for the tool's purpose and front-loads the essential information.

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?

For a tool that creates checkout sessions (a potentially complex financial operation) with 8 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what a 'checkout session' entails, what happens after creation, or provide any context about the broader checkout process. The description leaves too many behavioral questions unanswered.

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?

The description mentions 'product variant' which relates to the variantId parameter, but doesn't add meaningful semantic context beyond what the schema already provides. With 100% schema description coverage, the baseline is 3, and the description doesn't significantly enhance understanding of parameter purposes or relationships.

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 action ('create') and resource ('checkout session for a product variant'), making the purpose immediately understandable. However, it doesn't differentiate this tool from potential siblings like 'create_customer' or 'create_discount' beyond the specific resource type.

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 guidance on when to use this tool versus alternatives. There's no mention of prerequisites, when this should be used instead of other checkout-related tools (none listed in siblings), or any contextual constraints for creating checkout sessions.

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/IntrepidServicesLLC/lemon-squeezy-mcp'

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