Skip to main content
Glama

hsportal_setup

Configure the router's hotspot portal with parameters, user code, and confirmation token. Applied only after confirmation is verified, securing write operations.

Instructions

Configure hotspot portal (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramYes
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?

With no annotations, the description carries the transparency burden. It does disclose two important traits—write operation and confirmation requirement—but does not explain the confirmation flow, side effects, or prerequisites such as obtaining user_code, confirm_token, and confirmation_id.

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 a single efficient sentence with the key action and a safety qualifier front-loaded. There is no filler or repetition.

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?

For a mutating setup tool with no annotations, no output schema, and an undocumented parameter schema, the description leaves critical gaps: what configuration is changed, how confirmation is obtained, what the parameters mean, and what success or failure looks like.

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% and all four parameters are undocumented in both schema and description. The phrase 'requires confirmation' hints at the confirmation fields but does not explain param, user_code, confirm_token, or confirmation_id, so the description fails to compensate for the low coverage.

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 identifies a specific action ('Configure hotspot portal') and signals the write nature of the operation. It distinguishes the tool from read-oriented hotspot siblings like hsportal_info and hsportal_level, though it does not specify which settings are configured.

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 hsportal_setup versus the many sibling portal/status tools. It neither states a use case nor names alternatives, leaving an agent to infer that setup is for changing portal configuration.

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