Skip to main content
Glama

create_billing_group

Create a billing group to organize and manage billing resources for your team. Requires a group name, with an optional group type defaulting to BILLING.

Instructions

Create a billing group (POST /teams/groups).

Args: name: Group name. group_type: Group type (currently only BILLING).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
group_typeNoBILLING

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description only mentions creation with no details on side effects, permissions, idempotency, or errors. No annotations are provided, so the description carries full burden but fails to disclose behavioral traits.

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?

Concise at two sentences. Structured with args list, but no wasted words. However, presenting args in code style is acceptable.

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?

Missing return value description, error scenarios, and prerequisites. With only 2 parameters, the description could be more complete, especially since annotations are absent.

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 adds meaning for group_type ('currently only BILLING'), which provides a constraint not in schema titles. However, the schema already has titles 'Name' and 'Group Type', so the description adds limited additional value.

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 'Create a billing group' and specifies the HTTP endpoint POST /teams/groups. It differentiates from sibling tools like list_billing_groups, get_billing_group, etc., by naming the create action.

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?

No guidance on when to use this tool versus alternatives (e.g., update_billing_group, delete_billing_group). No context about prerequisites or constraints.

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/PhillipChaffee/cursor-api-mcp'

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