Skip to main content
Glama

tacacsplus_set

Set TACACS+ authentication parameters on your router with a confirmation-gated write to prevent accidental changes.

Instructions

Configure TACACS+ (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.4/5.0
Behavior4/5

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

With no annotations available, the description carries the behavioral disclosure burden. It clearly states this is a write operation and that it requires confirmation, which is important non-obvious behavior. It does not detail what happens after confirmation or whether changes are immediately applied, but the core side effect is communicated.

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 compact sentence that front-loads the tool's purpose and key behavioral constraint. There is no filler, and every word adds value.

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?

This is a mutation tool with no annotations, no output schema, and four undocumented parameters. The description only mentions configuration and confirmation, leaving important context missing: what param accepts, how confirmation works, what response to expect, and whether there are destructive consequences to existing TACACS+ settings.

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 needed to explain the parameters. It only loosely implies that confirm_token and confirmation_id relate to the confirmation requirement, but it does not explain the all-important required 'param' field or how user_code fits into the operation. An agent would not know what values to supply.

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 identifies the resource (TACACS+) and the action (Configure), and marks the operation as a write, which helps distinguish it from read-only siblings like tacacsplus_view. It does not explicitly name the alternative tool or enumerate what aspects of TACACS+ can be configured, so it falls slightly short of a top score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Configure TACACS+' implies the tool is used when TACACS+ settings need to be changed, and 'write' hints that read-only siblings are not appropriate. However, it does not explicitly say when to prefer this over alternatives, nor does it describe prerequisites or the confirmation workflow.

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