Skip to main content
Glama
hpe-networking-lab

HPE Networking Assistant

Official

diff_org_config

Compare current network organization configuration to a saved backup to identify added, removed, or changed objects per resource type, enabling config drift detection.

Instructions

Compare the current org configuration against a saved backup file (config drift): reports added, removed, and changed objects per resource type. baseline_file is a path to a JSON file previously produced by export_org_config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idNoMist organization id (optional).
baseline_fileYesPath to a saved export_org_config JSON file.
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It describes the comparison behavior and output, but does not explicitly state that it is read-only or non-destructive. The word 'compare' implies this, but it is not explicitly disclosed.

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?

Two sentences: first defines purpose and output, second clarifies the parameter. No redundancy, well front-loaded, and easy to scan.

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?

For a simple 2-parameter tool with no output schema, the description covers purpose, input, and high-level output. It lacks an explicit read-only note or usage example, but is otherwise complete for its complexity.

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

Parameters3/5

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

Schema description coverage is 100% for both parameters. The description adds minimal value beyond the schema, only clarifying that baseline_file comes from export_org_config, which the schema already states. Baseline of 3 is appropriate.

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 tool's function: compare current org configuration against a backup file and report added, removed, and changed objects per resource type. This distinguishes it from sibling tools like export_org_config, which creates the baseline.

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

Usage Guidelines4/5

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

It explicitly links baseline_file to 'previously produced by export_org_config', implying the workflow: export first, then diff. It does not explicitly say when not to use it, but the context is clear for a diff tool.

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/hpe-networking-lab/hpe-networking-assistant'

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