Skip to main content
Glama
pablixnieto2

ETL-D MCP Server

by pablixnieto2

create_checkout_v1_system_billing_checkout_post

Generate a Stripe Checkout URL to purchase additional credits. Display this link to the user for completing the billing process.

Instructions

Generate a Stripe Checkout URL for purchasing additional credits. Show this link to the human user.

Cost: 0 credits (Free).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_typeNo
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions the credit cost (0 credits, free), which adds context about side effects (none). It also implies a read-only generation of a URL, but does not disclose any potential dependencies (e.g., user authentication, plan availability) or error scenarios. The disclosed cost is useful but minimal for a tool that generates a remote URL.

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, no fluff. The core purpose is front-loaded, and the special instruction ('Show this link to the human user') is included without redundancy. Every word earns its place.

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 tool has one parameter, no output schema, and no annotations, the description must be self-sufficient for correct invocation. It fails to explain the plan_type parameter, which is required for a correct call (even though the schema lists it as optional in the JSON). It also doesn't specify what the returned URL looks like or any prerequisites. The description covers the basic action but leaves critical usage details unresolved.

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?

Schema description coverage is 0%, so the description must compensate by explaining the plan_type parameter. It does not. It only says 'purchasing additional credits' without explaining the meaning of 'top_up_10k' or 'sub_monthly_29' or how to choose between them. The agent is left guessing about the parameter's semantics, which 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 action (generate a Stripe Checkout URL), the resource (Stripe Checkout), and the purpose (purchasing additional credits). It also instructs to show the link to the human, which is unambiguous. It is distinct from the enrichment siblings because it explicitly targets a billing/checkout operation.

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

Usage Guidelines4/5

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

The description gives a clear directive on how to handle the output ('Show this link to the human user'), which is an explicit usage instruction. It implies the context of purchasing credits but does not explicitly contrast with alternative tools or state when not to use it. Since there are no similar billing tools among siblings, the lack of exclusions is acceptable.

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/pablixnieto2/etld-mcp-server'

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