Skip to main content
Glama

sys_syslog

Toggle syslog logging on or off for a DrayTek Vigor router to manage event log delivery. Choose 'on' to enable or 'off' to disable.

Instructions

Enable/disable syslog (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onoffYes
user_codeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does state that the operation is a write and requires confirmation, which is a start, but it does not explain what the confirmation entails, what happens once enabled/disabled, or any side effects or prerequisites. This is insufficient for an agent to safely invoke a mutating operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and front-loaded with the core action, but it is under-specified rather than concise. It fails to provide essential operational details, making it more of a placeholder than a helpful definition. A good concise description would still cover the necessary context without extra fluff; this one omits too much.

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

Completeness1/5

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

For a write tool with four parameters, no output schema, and no annotations, the description is grossly incomplete. It should explain the confirmation flow, parameter purposes, expected behavior, and prerequisites. The one-line description does none of this, so an agent cannot deterministically invoke the tool correctly without external context.

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

Parameters1/5

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

The schema description coverage is 0%, so the description must explain the parameters. It only implicitly covers 'onoff' via 'Enable/disable', and completely ignores 'user_code', 'confirm_token', and 'confirmation_id'. These parameters are likely critical for the confirmation flow, but the description provides no meaning for them, leaving the agent without any guidance on how to fill them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Enable/disable') and the resource ('syslog'), making the tool's purpose unambiguous. It also flags the write nature and the need for confirmation, which distinguishes it from read-only syslog inspection tools among siblings. However, it does not explicitly differentiate from other write-oriented sys_* tools, though the resource is unique.

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?

The description gives no explicit guidance on when to use this tool versus alternatives. It mentions 'requires confirmation' but does not explain under what circumstances one should enable or disable syslog, nor does it reference any sibling tools or exclude cases. This leaves the agent to infer usage purely from the name and the terse description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools