Skip to main content
Glama

sys_license

Manage router license operations with a confirmation-gated write process, requiring tokens to authorize activation or updates.

Instructions

License operations (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
user_codeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

D1.9/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 discloses that the operation is a write and requires confirmation, which is useful, but it does not explain what the confirmation flow is, what side effects occur, whether changes are reversible, or what happens if confirmation is missing. The behavior is only partially transparent.

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

Conciseness3/5

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

The description is extremely short, which is concise, but it is under-specified rather than efficiently informative. The key warning about confirmation is present, but the lack of a clear verb and parameter context means the brevity does not earn its place.

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 no annotations, no output schema, and four undocumented parameters, the description is severely incomplete. An agent cannot determine what action to pass, how to complete the confirmation flow, or what the result will be. The sibling list shows many other write tools, but nothing here helps the agent select or invoke this one correctly.

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?

Schema description coverage is 0%, and the description provides no parameter-level meaning. The schema lists 'action', 'user_code', 'confirm_token', and 'confirmation_id' with no descriptions, and the tool description does not explain what values are valid for 'action' or how the confirmation parameters relate to each other. The agent is left without any semantic guidance.

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

Purpose2/5

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

The description 'License operations (write — requires confirmation)' identifies the resource (license) and a general write nature, but the verb is vague ('operations' rather than a specific action like activate, update, or revoke). It does not distinguish among the many sibling tools, and the parenthetical is more of a warning than a purpose statement.

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 guidance on when to use this tool versus alternatives. It only notes that it is a write operation requiring confirmation, which implies a usage condition but does not explain what triggers confirmation, how to obtain it, or when not to use this tool.

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