Skip to main content
Glama

add_organization_cai_budget

Issue a Stripe invoice to increase an organization's CAI budget. Designed for super-admin top-ups.

Instructions

Super-admin: send a Stripe invoice for a CAI budget top-up

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the resource
amountNoTop-up amount
descriptionNo
Behavior2/5

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

No annotations are present, so the description carries full responsibility for behavioral disclosure. It states the action (send invoice) but does not explain consequences (e.g., whether budget is added immediately, if payment is collected, or if it creates a charge). For a financial mutation, this lack of side-effect disclosure 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler. It efficiently communicates the actor, action, and object, every word earning 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's financial nature, no output schema, and minimal annotations, the description is too sparse. It leaves critical unknowns: what happens after sending the invoice, whether the budget is immediately added, and any return values. It provides only basic context and does not fully enable an agent to understand the tool's place in a workflow.

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 67% schema description coverage, the schema already explains 'id' and 'amount'. The description adds minimal parameter context: it implies 'id' is an organization and 'amount' is the top-up value, but it does not clarify the ambiguous 'description' parameter or any required relationships. It does not compensate for the missing description of the third parameter.

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 uses a specific verb ('send') and resource ('Stripe invoice for a CAI budget top-up'), making the core action clear. It also adds a role qualifier ('Super-admin'). However, it does not explicitly distinguish itself from the sibling 'grant_organization_cai_budget', which likely has a similar purpose.

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 states the intended actor ('Super-admin') but provides no guidance on when to use this tool versus alternatives like 'grant_organization_cai_budget' or 'mark_organization_cai_invoice_paid'. It implies usage for top-up invoicing but does not mention exclusions or alternative choices.

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/mediagraph-io/mediagraph-mcp'

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