Skip to main content
Glama
theYahia

@theyahia/voximplant-mcp

by theYahia

get_users

Fetch a paginated list of Voximplant users. Specify count (1-200) and offset to control the result set.

Instructions

Получить список пользователей Voximplant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoКоличество записей (1..200)
offsetNoСмещение (offset)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changedv2.0.0
    • changedInput schema / properties / count / description
      Previous value: -"Количество пользователей"New value: +"Количество записей (1..200)"
    • changedInput schema / properties / offset / description
      Previous value: -"Смещение"New value: +"Смещение (offset)"
    • addedInput schema / properties / offset / minimum
      Added value: +0
  2. First observedv1.2.3

TDQS

C2.9/5.0
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. It only says 'get', implying a read operation, but does not mention pagination behavior, potential large result sets, rate limits, authentication requirements, or error handling. The agent gains no insight into operational characteristics beyond a basic fetch.

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 with no redundancy. It is front-loaded with the verb and resource, and every word earns its place. Although extremely sparse, conciseness is excellent.

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?

Given the simplicity of the tool (2 documented parameters, no output schema), the description is still incomplete. It fails to indicate the return format, any limits beyond parameter bounds, or pagination semantics. With no output schema, the agent is left to infer the response structure, which is a significant gap.

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?

Schema description coverage is 100%, with clear descriptions for count and offset including defaults and constraints. The tool description adds no additional meaning about how these parameters affect behavior, 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.

Purpose4/5

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

The description clearly states the action ('get') and the resource ('list of users'), identifying it as a Voximplant operation. It is distinct from sibling tools that target other resources like skills, call history, or SMS. However, it lacks any additional context to differentiate it beyond the resource name, which is straightforward in this case.

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 provided on when to use this tool versus alternatives. There is no mention of use cases, prerequisites, or scenarios where this tool is preferred. While the purpose is obvious given the resource, the description offers no situational context or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.