Skip to main content
Glama
muhammadyusuf-kurbonov

utel-mcp

send_request

Send authenticated HTTP requests to the UTEL IP-telephony API. Supports various methods and custom headers, query parameters, and JSON body.

Instructions

Send a request to the UTEL API. The path is joined with UTEL_API_BASE_URL (env var). Use a leading slash, e.g. /ats/ps-user. The Authorization: Bearer token (HTTP_BEARER_TOKEN) is already included on every request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
methodNoGET
headersNo
json_dataNo
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the Authorization token is automatically included and that the path is joined with a base URL. This is essential behavioral info. However, it does not mention error handling, rate limits, or side effects, but for a generic HTTP request tool, the transparency is above average.

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 two sentences, front-loaded with the main purpose, and every sentence adds value. There is no redundant or wasted text.

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

Completeness4/5

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

Given the tool's simplicity (5 params, 1 required, output schema present), the description covers the critical aspects: path format and authentication. It does not explain query parameters or error scenarios, but the output schema satisfies return value details. Overall, it is sufficiently complete for its complexity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only adds meaning for the 'path' parameter (format and base URL) but does not elaborate on method, headers, json_data, or params beyond what the schema provides. The defaults and enums are in the schema, but additional semantics are missing.

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 purpose: 'Send a request to the UTEL API.' It specifies the verb ('send') and the resource ('UTEL API'), avoiding any tautology. The additional details about path joining and token inclusion further clarify the operation.

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. While it gives technical usage instructions (path format, auth inclusion), it does not discuss appropriate contexts, exclusions, or comparisons with other tools.

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/muhammadyusuf-kurbonov/utel-mcp'

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