Skip to main content
Glama

mist_get_device_config_cmd

Read-only

Retrieve generated CLI configuration commands for a specific device in a Mist site using its site and device IDs.

Instructions

Get generated CLI configuration commands for a device.

Returns the generated CLI configuration for a specific device in a Mist site. The configuration includes the complete device-specific commands needed to configure the device based on its settings and policies.

Note: site_id and device_id are Mist IDs (UUIDs), not names. You can obtain site_id from mist_get_site_events or by listing sites, and device_id from mist_get_inventory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYesOrganization name (must be configured in .env).
sortNoSort order for the configuration output. Options: "name", "type", "mac".
site_idYesMist site ID (UUID) - must be a valid Mist site ID.
device_idYesMist device ID (UUID) - must be a valid device ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description does not contradict the readOnlyHint annotation, but it adds minimal behavioral context beyond stating the output is 'generated' and 'complete'. No disclosure of performance, error behavior, or prerequisites is provided.

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 concise: a short opening sentence defines the purpose, followed by a brief explanation of the output. The note about IDs is efficiently placed. No unnecessary words or redundancy.

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

Completeness4/5

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

Given the presence of an output schema and moderate complexity (4 parameters, 3 required), the description adequately covers purpose and ID guidance. It lacks explicit error conditions or prerequisites, but overall it is complete enough for an agent to use.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that site_id and device_id are UUIDs (not names) and referencing how to obtain them from other tools. This aids the agent beyond the schema's description.

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

Purpose5/5

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

The description clearly states the verb 'Get' and the resource 'generated CLI configuration commands', specifying the action and output. It distinguishes from sibling tools that retrieve stats or summaries, ensuring the agent knows this tool returns configuration commands.

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 description implies usage when needing CLI configuration for a device and provides guidance on obtaining site_id and device_id. However, it does not explicitly mention when not to use this tool or compare it to alternatives like mist_get_device_stats.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vahagn-madatyan/juniper-mist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server