Skip to main content
Glama
labaccessnow

netops-field-notes

by labaccessnow

preflight_change

Diff proposed vs current config to risk-tag changes, flag compliance regressions, compute blast radius for shared subnets/VLANs. Returns BLOCK, REVIEW REQUIRED, PROCEED WITH CARE, or NO CHANGE.

Instructions

Before you push a change: diff the proposed config against the current one, risk-tag every change, list compliance checks that would regress, and — if you pass the configs of the other devices you manage — compute the blast radius (who shares the affected subnets and VLANs). Returns a gate verdict: BLOCK, REVIEW REQUIRED, PROCEED WITH CARE, or NO CHANGE. Read-only; nothing is applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fleetNo
deviceNo
vendorNo
currentYes
proposedYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and handles it well: it states 'Read-only; nothing is applied', which is the decisive safety trait, and it also discloses the conditional blast-radius behavior and the exact verdict vocabulary. No annotation contradiction exists.

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 dense sentences front-load the operational context ('Before you push a change') and then enumerate the analysis steps, verdict, and safety property. Every clause earns its place; there is no filler or repetition of schema boilerplate.

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 preflight gate with an output schema, the description is nearly complete: it names the verdicts, covers the core diff inputs, defines blast-radius conditions, and states read-only status. The remaining gaps are minor but real: device/vendor parameters are unexplained, and no sibling routing is given for diff-only or compliance-only needs.

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?

The description adds meaning for current/proposed (the diff pair) and fleet (configs of other managed devices for blast radius). However, schema description coverage is 0% and the description never mentions the 'device' or 'vendor' parameters, leaving those roles to be guessed despite the vendor options in the schema.

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 names a specific verb and resource: diff a proposed config against current, risk-tag changes, identify compliance regressions, and compute blast radius, ending in a gate verdict. The 'gate verdict' framing clearly separates it from sibling tools like explain_config_diff and check_config_compliance, which only analyze or check rather than gate a change.

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?

'Before you push a change' gives an explicit trigger condition, and the 'if you pass the configs of the other devices you manage' clause defines when fleet input matters. It does not name alternatives or explicitly say when NOT to use this tool, so it falls one step short of the top score.

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

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/labaccessnow/netops-field-notes-mcp'

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