Skip to main content
Glama

get_upgrade_url

Create a Stripe Checkout URL to purchase or subscribe to a Kiln license, supporting Pro, Business, Enterprise, monthly or annual billing.

Instructions

Get a Stripe Checkout URL to purchase or subscribe to a Kiln license.

Opens a payment page.  After completing payment, the license key can
be retrieved with ``kiln upgrade --session <session_id>`` in the CLI.

Args:
    tier: ``"pro"``, ``"business"``, or ``"enterprise"``.
    billing: ``"monthly"`` or ``"annual"``.
    email: Pre-fill the checkout email field (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNopro
emailNo
billingNomonthly
Behavior2/5

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

No annotations are provided, so the description must carry full burden. It states the tool 'opens a payment page' but does not disclose side effects (e.g., does it create a session? charge anything?), authorization requirements, or the exact response format. Given the lack of annotations, the description is insufficient in revealing behavioral details.

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 extremely concise: two sentences plus parameter documentation. Each sentence is purposeful and front-loaded. There is no redundancy or unnecessary information.

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 absence of an output schema, the description should explain what the tool returns. It says 'Get a Stripe Checkout URL' but does not specify the response format (e.g., a JSON object with a URL field). It also omits error handling or prerequisites. Adequate for a simple tool, but could be more complete.

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

Parameters4/5

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

Schema coverage is 0%, so the description must add meaning. It does so by listing specific allowed values for 'tier' ('pro', 'business', 'enterprise') and 'billing' ('monthly', 'annual'), and explaining 'email' as pre-filling the checkout field. This compensates well for the missing schema descriptions.

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?

Description clearly states the tool retrieves a Stripe Checkout URL for purchasing/subscribing to a Kiln license. It uses specific verbs and resources. However, it does not explicitly differentiate from siblings like 'activate_license' or 'upgrade_kiln', which would make the purpose even clearer.

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 description implies when to use the tool (to initiate a license purchase), but it lacks explicit guidance on when not to use it or alternatives. For example, it does not mention that 'activate_license' is for post-payment key activation. Usage is implied but not strongly directed.

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/codeofaxel/kiln'

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