Skip to main content
Glama

subscription_billing_setup

Set up a complete subscription billing system with plan management, invoicing, and payment methods. Configure plans, providers, tax handling, and API keys to automate recurring revenue.

Instructions

Set up a complete subscription billing system with plan management, invoicing, and payment methods

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plansYes
api_keyNoAPI key for authentication
providerNostripe
tax_handlingNonone
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals that the tool performs a setup action and spans multiple subsystems (plans, invoicing, payments), but it does not mention side effects, whether it creates or modifies existing resources, idempotency across repeated calls, authentication requirements, or what outputs the caller can expect. For a mutation-style setup tool, this is a significant gap.

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 a single well-formed sentence with no filler, and it front-loads the action verb and core subject before the scope details. It earns its place given the tool's breadth. It loses a point only because it spends its limited words on high-level scope rather than on the behavioral and selection guidance the tool most needs.

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?

This is a fairly complex tool: a setup operation with a nested required plans array, provider and tax-handling enums, and no output schema or annotations to fill gaps. The one-sentence description omits return behavior, required credentials (api_key is notably absent from required fields despite being needed for provider setup), idempotency, and provider-specific constraints. An agent would not have enough information to call this tool confidently or validate the results.

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 only 25% (only api_key is documented in the schema), so the description must compensate. It loosely connects 'plan management' to the plans parameter and 'invoicing/payment methods' to tax_handling and provider, but it gives no concrete guidance on price_cents units, provider tradeoffs, tax_handling implications, or the relationship between api_key and provider. The enums carry some self-evident meaning, but the description adds little beyond what the schema structure already exposes.

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 verb ('Set up') and resource ('complete subscription billing system') and names the functional scope: plan management, invoicing, and payment methods. This conveys more than the tool's name alone. However, it does not explicitly differentiate itself from closely related siblings like stripe_subscription_manager or sub_add_billing, so it falls short of a 5.

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?

There is no guidance on when to use this tool versus alternatives such as stripe_subscription_manager, sub_add_billing, metered_billing, or invoice_generator, all of which appear in the sibling list and overlap with this tool's domain. No conditions, exclusions, or scenarios are given. An agent must infer from the name and one-sentence description which tool fits the situation.

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/barnburner121/claude-plugin-marketplace'

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