Skip to main content
Glama
theYahia

mango-office-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the HTTP server (only used in HTTP mode)3000
MANGO_API_KEYYesYour Mango Office API key
MANGO_API_SALTYesYour Mango Office API salt

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_callsC

Получить историю звонков Mango Office за период.

get_usersB

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

make_callB

Инициировать исходящий звонок (callback) через Mango Office.

get_statsC

Получить сводную статистику звонков за период.

get_recordingB

Получить ссылку на запись разговора.

send_smsC

Отправить SMS через Mango Office.

skill_call_historyB

История звонков за сегодня — готовый отчёт.

skill_statsB

Статистика звонков за сегодня — сводка.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 8 tools

Disambiguation2/5

There is clear overlap between get_calls and skill_call_history (both provide call logs, with the latter being today-only), and similarly get_stats vs skill_stats. While descriptions clarify the difference, agents could easily misselect when they want period-based vs today's data. Other tools like make_call, send_sms, get_users, get_recording are distinct.

Naming Consistency2/5

Naming is inconsistent: most tools use verb_noun (get_calls, make_call, send_sms), but two use the prefix 'skill_' (skill_call_history, skill_stats) which breaks the pattern. The 'skill_' prefix is unusual and suggests a different convention without clear rationale, making it harder to predict tool names.

Tool Count4/5

With 8 tools, the count is appropriate for a telephony server. However, the two redundant pairs (get_calls/skill_call_history, get_stats/skill_stats) could be consolidated, suggesting the surface is slightly padded but still reasonable.

Completeness4/5

The tools cover core telephony operations: retrieving calls, users, statistics, recordings, initiating calls, and sending SMS. Minor gaps exist (e.g., no call status updates, no user management beyond listing), but the main workflows are supported and no dead ends are evident.

Maintenance

ActivityMaintained
ResponsivenessNo issues