Skip to main content
Glama
muhammadyusuf-kurbonov

utel-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_DEBUGNoSet to "true" to log full request payloads to /tmp/mcp_debug.log
HTTP_BEARER_TOKENNoSets an Authorization: Bearer <token> header on every request
HTTP_DEFAULT_HEADERSNoJSON string of extra headers (e.g. {"X-Custom": "value"}). Invalid JSON is silently ignored.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_requestA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_api_indexIndex of all UTEL API documentation topics.
get_api_referenceFull comprehensive UTEL API reference — all endpoints, fields, types, and usage patterns.
get_skillFull UTEL API skill document — comprehensive API reference for agents. Use this as context when working with UTEL API.

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no potential for confusion between tools. The single tool has a distinct purpose: sending requests to the UTEL API.

Naming Consistency5/5

Only one tool exists, so naming consistency is not an issue. The name 'send_request' follows a verb_noun pattern.

Tool Count1/5

A single generic tool for an entire API surface is an extreme mismatch. The tool count is far too low for any non-trivial domain; it forces the agent to manage all API logic internally.

Completeness1/5

The single tool provides no specialized operations (e.g., CRUD, search), leaving agents to manually construct requests for every action. This is severely incomplete for a typical API interface.

Maintenance

ActivityMaintained
ResponsivenessNo issues