Skip to main content
Glama

Request a phone callback

request_callback

Ask the Cuvo team to phone the user back, when live booking is unavailable or the user prefers a callback. Requires the user's consent, name, and phone number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
phoneYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish that this is non-read-only, non-idempotent, and open-world. The description adds that user consent is required and frames the action as a real-world team behavior, which is useful context beyond the 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?

The description is only two sentences and front-loads the core purpose before mentioning the callback conditions. Every sentence contributes useful information and none of it simply echoes annotations or schema.

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 callback request with two string parameters and no output schema, the description provides the needed context: what happens, when to use it, and what is required. It doesn't detail potential complications like callback timing or follow-up behavior, but those aren't needed for selecting the 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?

Schema descriptions are entirely absent, so the tool description must compensate. It references the user's name and phone number, which partially clarifies the schema's `name` and `phone` fields, but it doesn't communicate format or additional constraints for the phone 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 the tool's action: asking the Cuvo team to phone the user back. It also gives two concrete circumstances for using it, which distinguishes it from the sibling tools.

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 the tool: when live booking is unavailable or when the user prefers a callback. It also mentions the necessary precondition of user consent, though it doesn't explicitly mention sibling tools as alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool maps to a distinct resource or action: content retrieval (get_article, get_comparison, get_overview, get_pricing), list indices (list_articles, list_comparisons), and scheduling actions (get_availability, book_discovery_call, request_callback). The only near-overlap, book_discovery_call versus request_callback, is clearly separated by their descriptions and required inputs.

Naming Consistency5/5

All tool names follow a verb_noun snake_case pattern: get_* for singular resources, list_* for collection indices, and book_*/request_* for conversion actions. The naming style is consistent and the verb family matches the tool's role.

Tool Count5/5

Nine tools is a well-scoped size for this server: individual content pages, content lists, and call-booking actions each earn their place. There is no redundancy or sprawl.

Completeness5/5

The tool surface covers the full website and lead-gen workflow: users can discover content, retrieve full pages, check availability, book a discovery call, or request a callback. The content tools feed directly into their paired retrieval tools, and the scheduling tools cover the expected alternatives.

Resources