Skip to main content
Glama

sys_alg

Enable or disable Application Layer Gateway (ALG) on your DrayTek router to control how protocols traverse NAT. Requires confirmation before applying changes.

Instructions

Enable/disable ALG (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

B3/5.0
Behavior3/5

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

Annotations are absent, so the description must carry the full burden. It does disclose the write nature and the requirement for confirmation, which is a start. However, it doesn't explain the confirmation flow, side effects, or reversibility, leaving significant behavioral gaps.

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?

Extremely concise single sentence with a parenthetical for the write/confirmation note. It front-loads the action and contains no fluff.

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

Completeness2/5

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

With 4 parameters, no output schema, and no annotations, the description is insufficient. It fails to explain the parameters, usage context, or the confirmation process, leaving an agent without enough information to call it correctly.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It does not explain onoff, user_code, confirm_token, or confirmation_id. The brief hint about confirmation is too vague to convey parameter semantics.

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?

States a clear verb (enable/disable) and resource (ALG), and notes it's a write operation requiring confirmation. It is specific enough to distinguish from the many sibling tools, though it doesn't elaborate on what ALG does.

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 on when to use this tool versus alternatives. It doesn't mention prerequisites, scenarios for enabling/disabling, or how it fits with other configuration commands. The description is purely declarative.

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