Skip to main content
Glama
NSO-developer

Cisco NSO MCP Server

Check Device Sync Status

check_device_sync
Read-only

Verify synchronization status of a specific network device in Cisco NSO to ensure configuration consistency across your infrastructure.

Instructions

Check the sync status for a specific device in Cisco NSO. Requires a 'device_name' parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds that it 'Requires a device_name parameter' which provides context beyond the readOnlyHint annotation. However, it doesn't disclose what the sync status actually returns, potential error conditions, or how this differs from the 'sync_from_device' sibling tool. With annotations covering read-only safety, this adds minimal but useful context.

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 extremely concise with just two sentences that directly state the tool's purpose and parameter requirement. There's zero wasted language, and it's front-loaded with the core functionality.

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

Completeness3/5

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

Given the tool has annotations (readOnlyHint) and an output schema exists, the description covers basic purpose and parameter requirement. However, for a tool checking device sync status in a network management context, it should ideally explain what 'sync status' means, possible return values, or how this differs from related operations among the many sibling tools.

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?

With 0% schema description coverage and 1 parameter, the description only mentions that a 'device_name' parameter is required. It doesn't specify the parameter's format, constraints, or what constitutes a valid device name. The schema shows a generic 'params' object with no structure, so the description adds minimal value beyond acknowledging the parameter exists.

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 states the tool's purpose as checking sync status for a specific device in Cisco NSO, which is a specific verb+resource combination. However, it doesn't distinguish this from sibling tools like 'sync_from_device' or 'get_device_state', which might provide related device information.

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 provides no guidance on when to use this tool versus alternatives. With multiple sibling tools available (like get_device_state, sync_from_device), there's no indication of when this specific sync status check is appropriate versus other device-related operations.

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/NSO-developer/cisco-nso-mcp-server'

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