Skip to main content
Glama

open_voice_monitor

Read-onlyIdempotent

Open the Telnyx Voice Monitor MCP App for observing and troubleshooting voice traffic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOptional no-op app opener action; omit to open the app.open

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / properties / action
      Added value: +{
      +  "default": "open",
      +  "description": "Optional no-op app opener action; omit to open the app.",
      +  "enum": [
      +    "open"
      +  ],
      +  "type": "string"
      +}
  2. Changed1 schema field changed
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  3. Changed1 schema field changed
    • addedInput schema / required
      Added value: +[]
  4. Added

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description's 'open' and 'observing' align with these but add no further behavioral traits like authentication needs, return format, or UI behavior. It adds context that the app is for voice traffic, which is purpose rather than behavior.

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 a single concise sentence of 14 words, front-loading the verb 'Open' and the specific app name. Every word contributes to clarity, with no filler or repetition.

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 low-complexity tool with one optional no-op parameter and no output schema, the description fully conveys its purpose and context. It distinguishes from siblings and aligns with annotations, so nothing critical is missing.

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 schema provides 100% coverage for the single optional parameter 'action', including its enum, default, and description. The tool description does not mention parameters, but the schema handles it fully, so the baseline of 3 is appropriate.

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 uses 'Open' as a specific verb, names the exact resource 'Telnyx Voice Monitor MCP App', and states the purpose 'observing and troubleshooting voice traffic'. This clearly differentiates it from siblings like open_number_intelligence and open_usage_cost_explorer.

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 clearly implies the tool is for voice traffic monitoring/troubleshooting, giving a clear context for when to use it. However, it does not explicitly mention when not to use it or name alternative tools, so it lacks exclusions.

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

All tools have distinct purposes: the first three are for inspecting and invoking the Telnyx API endpoints, while the last three launch separate MCP apps for specific domains. There is no overlap or ambiguity.

Naming Consistency4/5

Tool names follow two consistent patterns: 'verb_api_endpoint' for API operations and 'open_<app_name>' for launching apps. While patterns differ, they are each internally consistent and clearly indicate the tool's category.

Tool Count5/5

With 6 tools, the server is well-scoped. The API exploration tools cover essential operations (list, schema, invoke), and the app launcher tools provide access to specialized features without overloading the tool list.

Completeness5/5

The server provides a complete surface for its purpose: full API endpoint discovery and invocation, plus launching dedicated apps for number intelligence, usage/cost analysis, and voice monitoring. No obvious gaps.

Resources