Skip to main content
Glama
SSIG-IT

3CX MCP Server

by SSIG-IT

get_event_logs

Retrieve system event logs from 3CX. Filter by type (Error, Warning, Info) to identify issues or monitor system events.

Instructions

Returns system event logs from 3CX. Each entry has: Id, Type (Info/Warning/Error), EventId, Message. Filter examples: "Type eq 'Error'" for errors only, "Type eq 'Warning'" for warnings. Use this for 'are there any errors on the phone system?' or 'show me recent system events' questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOData $filter, e.g. "Type eq 'Error'" or "Type eq 'Warning'"
topNoMax results (default 50)
skipNoSkip N results for paging
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the output fields and filter syntax, which adds context, but does not explicitly state that this is a read-only operation or disclose any permissions or side effects. The description is adequate but not richly transparent.

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 plus two filter examples, with no wasted words. The most important information ('Returns system event logs') is front-loaded, and the examples are directly relevant.

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 there is no output schema and no annotations, the description covers the return fields (Id, Type, EventId, Message) and provides filter examples, making it fairly complete for a medium-complexity tool with 3 parameters. It lacks mention of pagination or error handling, but these are partially addressed by the schema (top/skip parameters) and typical OData behavior.

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 coverage is 100%, so the baseline is 3. The description adds filter examples (e.g., 'Type eq Error') that go beyond the schema's description of the 'filter' parameter, providing practical usage context. This adds marginal value but does not compensate heavily for the complete schema coverage.

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 'Returns system event logs from 3CX' with specific fields and filter examples. It also lists two exact use cases, making its purpose unambiguous and distinguishable from sibling tools like get_active_calls or get_call_history.

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 explicitly says 'Use this for...' with two example questions, providing clear guidance on when to use the tool. However, it does not mention when not to use it or suggest alternatives, though no direct sibling tool overlaps this functionality.

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/SSIG-IT/3cx-mcp-server'

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