Skip to main content
Glama

emu_get_syslog_publisher

Retrieve canonical syslog publisher configuration and current delivery state to verify logging settings and troubleshoot syslog message delivery issues.

Instructions

Get canonical syslog publisher configuration and delivery state

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. The word 'Get' and the explicit 'configuration and delivery state' convey a read-only retrieval intent and the high-level content returned. However, it does not clarify what 'canonical' means operationally, whether the state is live or cached, or how the response is shaped.

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?

Exactly one tightly written sentence with no filler. The verb and resource are front-loaded, and the delivery-state addition adds meaningful scope without bulk.

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?

For a zero-parameter getter with no output schema, the description conveys the essential information: what is returned and that the operation is a retrieval. It is complete enough for an agent to invoke and interpret the purpose of the result, though it stops short of detailing the return structure or semantics of 'canonical'.

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

Parameters4/5

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

The tool has zero parameters, and the input schema is an empty object with 100% schema coverage. There are no parameters to explain, so the baseline 4 applies. The description adds no parameter detail, but none is needed.

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 uses the specific verb 'Get' and identifies the resource as 'canonical syslog publisher configuration and delivery state'. It clearly distinguishes this tool from siblings like emu_update_syslog_publisher, which modifies the same resource, and emu_list_syslog_sources/events, which cover related but different syslog data.

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 given on when to use this tool versus alternatives. It does not mention that this is the read-only counterpart to emu_update_syslog_publisher, nor does it explain whether to prefer this over listing tools when only events or sources are needed. The description only states what the tool returns, leaving usage entirely implicit.

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/calltelemetry/cucm-emulator-mcp'

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