Skip to main content
Glama
smallest-inc

Smallest MCP Server

Official
by smallest-inc

test_agent

Start a test call to validate your AI voice agent. Choose between webcall, chat, or telephony modes, and test the committed version, an open draft, or a specific revision.

Instructions

Start a test call against a branch — its committed head by default, its open draft (include_draft: true) to try unpublished changes, or a specific revision_id. Modes: webcall (default) or chat return LiveKit connection details; telephony places a real call to to_phone (required, E.164).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoTest mode. Default webcall. telephony places a real call to to_phone.
agent_idYesThe agent ID
to_phoneNoDestination phone number in E.164 — required when mode is telephony.
branch_idNoBranch to test (from list_branches). Omit for the live branch; if the agent has multiple branches you'll be asked to pick one.
revision_idNoTest a specific committed revision. Cannot be combined with include_draft.
include_draftNoTest the branch's open draft (unpublished changes) instead of its committed head. Cannot be combined with revision_id.
Behavior4/5

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

Reveals key behavioral traits: webcall/chat return LiveKit connection details, telephony places a real call, and parameters revision_id and include_draft cannot be combined. No annotations provided, so description handles transparency well.

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?

Single sentence covers all key aspects without redundancy. Could be slightly more structured (e.g., list modes), but it is concise and front-loaded with the main action.

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

Completeness3/5

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

Lacks output schema, and description does not fully specify what telephony mode returns (only says 'places a real call'). It mentions return for webcall/chat but omits details for all modes. Slight gap in completeness.

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?

Schema has 100% coverage for parameter descriptions. The description adds extra context like default mode, required condition for to_phone, and mutual exclusivity, going beyond 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 starts a test call against a branch, specifying modes, branch targets, and the ability to test drafts or revisions. It distinguishes from siblings like make_call (production) and debug_call.

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?

Describes when to use each mode and parameters (e.g., telephony requires to_phone), and highlights mutual exclusivity of revision_id and include_draft. However, it does not explicitly contrast with sibling tools or state when not to use this tool.

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/smallest-inc/mcp-server'

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