Skip to main content
Glama
dbono711

Cisco NSO MCP Server

by dbono711

Check Device Sync Status

check_device_sync
Read-only

Verify synchronization status between Cisco NSO and a specific network device 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?

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds that it 'Requires a device_name parameter', which provides some context about authentication or identification needs. However, it doesn't disclose behavioral traits like rate limits, error conditions, or what 'sync status' specifically entails beyond what annotations provide.

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

Conciseness4/5

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

The description is appropriately concise with two sentences that each serve a purpose - stating the tool's function and noting the required parameter. It's front-loaded with the core purpose. There's no unnecessary verbosity, though it could potentially benefit from slightly more detail given the complexity of device synchronization.

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 that there's an output schema (which handles return values), the description doesn't need to explain return values. However, for a device synchronization tool with 0% schema description coverage and no behavioral annotations beyond readOnlyHint, the description provides only basic context. It covers the purpose and parameter requirement but lacks details about what 'sync status' means operationally or how this differs from related 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?

Schema description coverage is 0%, meaning the input schema provides no documentation for the single parameter. The description mentions 'Requires a device_name parameter', which adds basic semantic meaning about what the parameter represents. However, this is minimal compensation for the complete lack of schema documentation - it doesn't specify format, constraints, or examples for the device_name.

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 action ('Check the sync status') and resource ('for a specific device in Cisco NSO'), which provides a specific verb+resource combination. However, it doesn't distinguish this tool from sibling tools like 'sync_from_device' or 'get_device_state', which might have overlapping functionality in a device management context.

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 like 'sync_from_device' or 'get_device_state'. It mentions the required parameter but offers no context about appropriate use cases, prerequisites, or exclusions. This leaves the agent with minimal direction for tool selection.

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

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