Skip to main content
Glama

emu_create_operation_run

Specify a synchronous operations drill for a CUCM Emulator. Provide a required drill kind (publisher-flush, ris-poll, syslog-burst) plus optional event IDs, phone names, or publisher kinds.

Instructions

Execute a synchronous operations drill

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
kindYes
limitNo
eventIdsNo
phoneNamesNo
publisherKindsNo
Behavior1/5

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

No annotations are present, and the description does not mention side effects, return format, potential errors, or any behavior beyond 'execute'. It fails to describe what a synchronous drill does or what impact it has on the system.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, which is concise, but it omits essential information. It reads like a placeholder and does not front-load any useful context. The brevity is not an asset here because it fails to convey necessary semantics.

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

Completeness1/5

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

With no output schema and no parameter details, the description is completely inadequate. An agent cannot determine what parameters to provide, what the operation does, or what to expect as a result. It is not complete enough for any practical use.

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

Parameters1/5

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

Six parameters are defined in the schema but none are described in the description. With 0% schema coverage, the description must compensate, but it provides no meaning for 'id', 'kind', 'limit', 'eventIds', 'phoneNames', or 'publisherKinds'. This leaves the agent guessing about required input.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a verb ('Execute') a resource ('operations drill'), but 'operations drill' is ambiguous and not differentiated from similar tools like emu_create_call_session or emu_apply_scenario. It doesn't clarify what an operation run entails or how it differs from related list/get tools.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives. Given the many sibling tools for operations, call sessions, and scenarios, the description provides no decision context or exclusions.

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/calltelemetry/cucm-emulator-mcp'

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