Skip to main content
Glama
MSPbotsAI

chargebee-mcp

by MSPbotsAI

chargebee_list_customer_contacts

Retrieve the list of contacts for a customer using their unique ID, with support for pagination via limit and offset.

Instructions

List the contacts (personnel) associated with a customer (company).

    API: GET /customers/{customer-id}/contacts

    Args:
        customer_id: The customer's unique ID.
        limit: Max results per page (1-100, default 10).
        offset: Pagination cursor from a previous response's next_offset.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
customer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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. It clearly indicates a read operation ('List') and includes the API endpoint (GET), which is helpful. However, it does not disclose potential issues like error handling, authentication requirements, or exact response structure beyond pagination, leaving some behavioral ambiguity.

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 concise and well-structured: a one-sentence purpose, the API endpoint, and a compact Args list. Every sentence adds value with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with an output schema, the description is fairly complete: it covers purpose, API endpoint, and all parameters. It does not explain return values (unnecessary due to output schema), but lacks details on edge cases like invalid customer_id or empty results, which prevents a perfect score.

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

Parameters5/5

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

With zero coverage in the schema, the description's Args section fully compensates by explaining each parameter: customer_id as 'unique ID', limit with range (1-100) and default, and offset as a 'pagination cursor from previous response's next_offset'. This adds significant meaning beyond the schema's types and defaults.

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 tool lists contacts (personnel) for a customer, using a specific verb and resource. This distinguishes it from sibling tools like chargebee_list_customers (which lists customers) and chargebee_retrieve_customer (which retrieves a single customer).

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 purpose implicitly indicates when to use this tool (when you need contacts of a specific customer), but it does not explicitly mention alternatives or exclusions. There is no guidance on choosing between this and chargebee_retrieve_customer if the agent needs full customer details, so usage context is implied but not fully articulated.

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/MSPbotsAI/chargebee-mcp'

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