Skip to main content
Glama

emu_post_realtimeservice2_services_risservice70

Retrieve Cisco Unified Communications Manager device information by executing RIS SOAP operations such as selectCmDevice and selectCmDeviceExt.

Instructions

Accepts RIS SOAP operations such as selectCmDevice and selectCmDeviceExt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states which operations are accepted, not what happens on invocation. There is no mention of whether responses are simulated, forwarded, or validated, no error behavior, and no side effects. The two named operations are the only real behavior hint.

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?

A single front-loaded sentence with no filler; every word carries information. The service (RIS) and concrete operation examples appear immediately, and the text is appropriately sized for a simple proxy-style tool.

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

Completeness2/5

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

For a tool with no annotations, no output schema, and an open additionalProperties schema, the description should supply substantial context, but it stops at naming two operations. An agent cannot determine the request payload format, the response format, or how this tool behaves in the emulator environment, making correct invocation largely guesswork.

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 input schema declares zero parameters (baseline 4), but additionalProperties: true means the tool accepts an arbitrary payload, placing a compensation burden on the description. Naming selectCmDevice and selectCmDeviceExt hints at known Cisco RIS request structures, but the description never explains the expected payload shape, SOAP envelope, or field names.

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

Purpose4/5

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

The description names a specific resource (RIS SOAP operations) with concrete examples (selectCmDevice, selectCmDeviceExt), which distinguishes it from sibling SOAP-proxy tools targeting AXL, Perfmon, and Log Collection services. The verb 'Accepts' is passive, however, and does not explain what the tool does with the operations, keeping it short of a 5.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool. Among dozens of emu_post_* siblings targeting different SOAP services, there is no routing hint, no mention of prerequisites, and no exclusions. An agent must infer from the name alone that RIS operations belong here.

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