Skip to main content
Glama

Infinivo AI Front Desk

start_email_demo

Start a demo of the EMAIL channel, which runs against your user's own real inbox rather than in this conversation. Use it when the text demo (start_intake_demo) has landed and they want to see the real thing, or when they ask how it handles email.

How it works: this returns an address and a reference code. Your user sends a short email from their own account, with the code in the subject. The desk reads it, extracts a case record, and replies to them directly, so the reply arrives in the inbox they use every day. Poll check_email_demo until it reports stage "sent".

Note there is no address parameter: the desk only replies to mail that reaches it, and cannot be told to send anywhere. Your user has to send the first message themselves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A5/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavior: it runs against the user's real inbox, returns an address and reference code, requires the user to send the first email, and describes how the desk replies. It also warns that there is no address parameter, adding important context beyond any schema.

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?

Although the description is three paragraphs, every sentence serves a purpose: defining the tool, giving usage conditions, explaining the workflow, and clarifying parameter limitations. It is front-loaded with the core purpose and remains efficient.

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?

For a zero-parameter tool with no output schema, the description is remarkably complete: it covers what the tool returns (address and code), what the user must do, how the desk behaves, where the reply arrives, and the next step (polling check_email_demo). No important behavioral detail is missing.

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?

The tool has zero parameters, so the baseline is 4. The description adds extra value by explicitly stating 'there is no address parameter' and explaining why the desk cannot be told to send anywhere, clarifying the empty 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 opens with a specific verb+resource: 'Start a demo of the EMAIL channel', and clearly differentiates from the sibling start_intake_demo by contrasting the real inbox vs. this conversation. It also states the concrete purpose of demonstrating email handling.

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?

Explicit usage conditions are given: 'Use it when the text demo (start_intake_demo) has landed and they want to see the real thing, or when they ask how it handles email.' It also names the alternative start_intake_demo and instructs to poll check_email_demo afterward, providing clear when-to-use and next-step guidance.

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.6/5.0
Disambiguation5/5

Each tool targets a distinct action in the sales demo workflow—information retrieval, demo setup/progression, email demo polling, transcript retrieval, or booking. There is no overlap; even the three demo-related tools have clear lifecycle boundaries (start/continue/transcript).

Naming Consistency5/5

All tool names follow a verb_noun pattern using snake_case, with consistent verb choices (get_* for informational, start_* for demos, etc.). No mixed conventions or vague verbs.

Tool Count5/5

With 10 tools, the set is well-scoped for a sales/demo assistant, covering information, demos, access management, and booking without redundancy or bloat.

Completeness5/5

The surface covers the full sales journey: learn about the product (positioning/pricing/proof), try it (text/email demos), manage demo access, and book a call. No obvious dead ends—each demo has appropriate lifecycle support (start/continue/transcript/poll).

Resources