Skip to main content
Glama

Cello

Server Details

Cello MCP server to launch and manage your User Referral and Partner program — for developers and growth teams.

Ownership verified
Status
Healthy
OAuth
Not checked
Last Tested
Transport
Streamable HTTP
URL

Available Tools

7 tools
cello_get_eventsA
Read-only
Inspect

Retrieve the latest events feed for your product — recent webhook and API events received by Cello from your webhook provider or direct API integration. Use when a user asks if events are being received correctly, why attribution isn't working, or to diagnose missing or malformed payload fields.

ParametersJSON Schema
NameRequiredDescriptionDefault
sandboxYesQuery the sandbox (test) environment instead of production. Only works when the user's Cello account has a connected test product

Output Schema

ParametersJSON Schema
NameRequiredDescription
eventsYes
environmentYes
autoAttributionEnabledYes
isAutoAttributionMainSignupSourceYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark it as read-only and non-destructive, and the description adds context about the source of events (webhook provider or direct API integration) and the diagnostic scenarios. It does not disclose any rate limits or pagination, but for a simple read-only feed with annotations, this is sufficient.

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 two sentences, front-loaded with what the tool does and followed by specific use cases. Every sentence adds value, with no wasted words or repetition of schema details.

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?

With one boolean parameter, a read-only annotation, and an output schema available, the description covers the purpose and usage scenarios effectively. It does not mention the output format or limitations, but those are likely handled by the output schema, so the overall context is complete enough.

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 single parameter 'sandbox' is fully described in the schema with its default and behavior. The description itself adds no additional parameter guidance, but with 100% schema coverage, the baseline of 3 is appropriate.

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 retrieves 'the latest events feed' with specific detail about webhook and API events from Cello, distinguishing it from sibling tools like integration status or metrics. The verb 'retrieve' plus the resource 'events feed' makes the purpose unambiguous.

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 explicitly says 'Use when a user asks if events are being received correctly, why attribution isn't working, or to diagnose missing or malformed payload fields.' This provides clear usage context, though it does not explicitly mention when not to use it or name alternative tools, so it misses the top tier.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cello_get_integration_statusA
Read-only
Inspect

Check whether all four components of a Cello integration are working correctly: Referral Widget, Attribution Widget, Signup tracking, and Purchase events tracking. Use when a user asks whether their integration is working or why events aren't processed, or as a first diagnostic step before checking the event feed.

ParametersJSON Schema
NameRequiredDescriptionDefault
sandboxYesQuery the sandbox (test) environment instead of production. Only works when the user's Cello account has a connected test product; accounts with only a test product always get sandbox data.

Output Schema

ParametersJSON Schema
NameRequiredDescription
environmentYes
signupStatusYes
widgetStatusYes
purchaseStatusYes
attributionWidgetStatusYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds valuable context about the four components checked and the diagnostic role, going beyond what annotations provide, though it doesn't disclose return format (covered by output schema) or any potential edge cases.

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?

Two sentences, front-loaded with the action ('Check whether'), enumerates components concisely, and provides usage guidance without redundancy. Every sentence earns its place.

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

Completeness5/5

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

With an output schema present and a single boolean parameter, the description is complete: it specifies what is checked, when to use it, and how it fits as a diagnostic step. No critical information about behavior or return values is missing given the structured data.

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?

Schema coverage is 100% and the parameter 'sandbox' has a thorough schema description explaining its behavior and constraints. The tool description adds no param-specific information, but the schema already does the heavy lifting, so baseline 3 is appropriate.

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 checks whether four specific components of a Cello integration are working, listing them explicitly. This specific verb+resource scope distinguishes it from sibling tools like cello_get_events or cello_get_program_metrics.

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

Usage Guidelines5/5

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

It explicitly says when to use this tool: when a user asks if their integration is working or why events aren't processed, and as a first diagnostic step before checking the event feed. This provides clear context and implies the alternative (cello_get_events) for event-level diagnosis.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cello_get_program_metricsA
Read-only
Inspect

Get complete referral program metrics in one call: lifetime totals, weekly and monthly history, and industry benchmarks. Use for questions about program performance, stats, trends, revenue, funnel metrics, or industry comparisons.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
currencyYesISO currency code for all monetary values (e.g. EUR, USD)
benchmarksNoIndustry benchmarks by GTM motion plus the customer's own rates
historyByWeekNoWeekly time series; 'periods' contains complete weeks only, 'latestPeriod' is the current week
allTimeMetricsNoLifetime cumulative totals plus recent monthly/weekly changes
historyByMonthNoMonthly time series; 'periods' contains complete months only, 'latestPeriod' is the current month

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. Description adds what metrics are included (lifetime totals, weekly/monthly history, benchmarks), providing additional context beyond annotations.

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?

Two sentences, front-loaded with main action, no wasted words. Structure is efficient and clear.

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?

With zero parameters and output schema present, description adequately covers purpose and usage. Could be improved by mentioning data freshness or update frequency, but overall sufficient for a simple metrics tool.

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

Parameters4/5

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

No parameters; schema coverage is 100%. Baseline score of 4 is appropriate as description explains tool's return content without needing param details.

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?

Clear verb 'Get' with specific resource 'complete referral program metrics' and details includes lifetime totals, weekly/monthly history, benchmarks. Distinct from sibling tools like get_events, get_referrers, etc.

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?

Explicitly states when to use: 'for questions about program performance, stats, trends, revenue, funnel metrics, or industry comparisons.' No explicit when-not or alternatives, but context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cello_get_recommendationsA
Read-only
Inspect

Returns a prioritized list of best-practice recommendations for improving your referral program across three areas: Activation, Sharing, and Conversion. Use when a user asks how to improve their program, what they're missing, or what to do next after confirming integration health.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
tasksYes

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, which the description does not contradict. The description adds that output is organized into three areas, but does not disclose additional behavioral traits such as data source or update frequency. Given annotation coverage, the description provides moderate added context.

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 consists of a single, well-structured sentence that efficiently states purpose and usage context. Every word adds value with no redundancy.

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

Completeness5/5

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

Given the tool's simplicity (no parameters, no nested objects, output schema exists), the description fully covers what the tool does and when to use it. The presence of an output schema reduces the need to explain return format.

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

Parameters4/5

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

There are zero parameters, so schema coverage is trivially 100%. The description does not need to add parameter information. Baseline 4 is appropriate as no compensation is required.

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 returns a prioritized list of best-practice recommendations for improving referral programs, specifically across Activation, Sharing, and Conversion. It differentiates from sibling tools by focusing on improvement advice rather than data retrieval.

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 explicitly states when to use: when a user asks how to improve their program, what's missing, or what to do next after confirming integration health. It provides clear context but does not explicitly mention alternatives or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cello_get_referrersA
Read-only
Inspect

Finds referrers of your product and returns aggregated engagement and performance metrics, optionally filtered and sorted. Returns up to 10 referrers per page. Use when a user wants to find a specific referrer by email, UCC, product user id, or referrer id — or when they want referrers ranked by a specific metric like signups, revenue, or sharing activity.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed; page 1 returns the first 10 referrers, page 2 the next 10, etc.). Only specify when more than 10 referrers are needed. Omit for the first 10.
sortNoSort referrers by engagement or performance metrics (descending). Available options: daysActive (number of days the referrer has been active), daysSharing (number of days the referrer has been sharing), lastActive (when the referrer was last active), referralAnnualRecurringRevenue (Net New Annual Recurring Revenue generated), referralRecurringPurchases (total number of purchases), referralRevenue (total revenue amount), referralSignups (total number of signups), referralViewsUnique (number of unique views from new users).
filterNoFilter by email, UCC, product user id, or referrer id

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
totalYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations declare read-only and non-destructive behavior. The description adds pagination details (up to 10 per page) and mentions aggregated metrics. No contradictions; the description supplements annotations well.

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?

Two sentences, front-loaded with the core action, followed by usage guidance. No fluff, every word earns its place.

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?

With an output schema present, the description does not need to detail return values. It covers pagination, sorting, filtering, and a typical use case. Slightly missing could be a warning about sorting metric names, but overall adequate.

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?

Schema description coverage is 100%, so baseline is 3. The description adds minor context for the `page` parameter (when to specify) and reiterates filter criteria, but does not significantly deepen understanding beyond the schema.

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 finds referrers and returns aggregated metrics, optionally filtered and sorted. It distinguishes itself from siblings like `cello_get_top_referrers` by covering both specific search and ranked lists, making its purpose unambiguous.

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 explicitly says when to use: when a user wants to find a specific referrer by criteria or when they want referrers ranked by a metric. It does not explicitly state when not to use or name alternatives, but the context is clear enough for correct selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cello_get_top_referrersA
Read-only
Inspect

Find the top-performing referrers of your product, ranked by revenue descending. Use when a user asks about top referrers, best performers, or which referrers generate the most revenue.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed; page 1 returns the first 10 referrers, page 2 the next 10, etc.). Only specify when more than 10 referrers are needed. Omit for the first 10.

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
totalYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds context that the list is ranked by revenue descending and implies pagination (page parameter description mentions page size of 10). No contradictions.

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?

Two sentences, concise and front-loaded with the core purpose. Every word adds value, no 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?

Given the output schema exists (so return values are documented elsewhere), the description covers the use case, ranking criteria, and triggers for use. It could explicitly state that it returns a list of top referrers, but the parameter description covers pagination.

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?

Schema coverage is 100%. The description does not add additional meaning beyond the schema's parameter description for 'page'. No elaboration on parameter semantics is needed beyond what the schema provides.

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 finds 'top-performing referrers' ranked by revenue descending, and includes the verb 'Find' and the resource 'referrers'. It distinguishes from sibling 'cello_get_referrers' by specifying ranking and revenue metric.

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

Usage Guidelines5/5

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

Explicitly tells when to use: 'Use when a user asks about top referrers, best performers, or which referrers generate the most revenue.' This directly guides the agent to select this tool over alternatives like 'cello_get_referrers'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cello_search_documentationA
Read-only
Inspect

Search Cello's documentation to find relevant articles, guides, code examples, and API references. Use this when you need to answer a question about Cello, figure out how to integrate Cello, or track down specific implementation details.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds useful context about the types of documentation content searched, but it does not describe the return format, pagination, or any limitations. With annotations covering safety, this is acceptable but not rich.

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 two sentences with no fluff. The first sentence states the action and resource, the second gives concrete usage scenarios. Every word earns its place.

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 one-parameter tool with solid annotations, the description covers what it does, what content it searches, and when to use it. It does not detail the exact response structure, but the description is adequate for a documentation search tool.

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 schema covers the only parameter (query) with a description "Search query," so coverage is 100%. The description does not add any extra meaning to the parameter beyond what the schema already provides. Baseline 3 applies.

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 uses a specific verb ("Search") and resource ("Cello's documentation") and lists the types of content (articles, guides, code examples, API references). This clearly distinguishes it from sibling tools that retrieve events, metrics, or referrers.

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 explicit use cases: "answer a question about Cello," "figure out how to integrate Cello," and "track down specific implementation details." However, it does not mention when not to use this tool or name any alternatives, so it stops short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the Cello platform: events, integration status, metrics, recommendations, referrers (general and top), and documentation search. No two tools have overlapping purposes; descriptions clearly differentiate them.

Naming Consistency5/5

All tools follow a consistent pattern with 'cello' prefix, verb (get or search), and snake_case noun. The verb choice is appropriate for each operation, and the naming is predictable and uniform.

Tool Count5/5

With 7 tools, the set is well-scoped for a referral program analytics and diagnostics server. Each tool fills a necessary role without being excessive or too sparse.

Completeness4/5

The tool set covers all key read-only diagnostics: events, integration health, metrics, recommendations, referrers, and documentation. However, it lacks any write or configuration tools, which may be expected for a comprehensive integration server, but the surface is complete for its apparent diagnostic purpose.

Resources