Skip to main content
Glama
yaylaerkan

palo-alto-bgp-ipsec

by yaylaerkan

panorama_validate_ipsec_candidate

Read-only

Validates IPsec candidate configurations on Panorama by checking that all XPath references resolve, then running full candidate validation to catch errors before commit.

Instructions

[READ-ONLY] Reads every expected IPsec XPath, verifies references resolve, then runs a full Panorama candidate validation. Candidate configuration only; no commit or push is performed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vsysNoVirtual system namevsys1
serialNoManaged firewall serial number. OPTIONAL — auto-resolved from the template's device assignment when omitted. Only supply it when the template is bound to more than one device.
tunnelsYes1 or 2 IPsec tunnels (single or dual deployment)
firewallNoTarget firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise.
templateYesPanorama template name (one per firewall)
deploymentYesShort unique label for this deployment (e.g. 'istanbul-branch-01'). Every created object is prefixed with it, and it must not collide with any existing name — it is the ownership boundary that keeps prod safe.
virtualRouterNoVirtual router name (Legacy Virtual Router). OPTIONAL — auto-detected from the template's single virtual-router when omitted. Falls back to 'default'/'vr_root' if detection is inconclusive.
ikeCryptoProfilesYes
ipsecCryptoProfilesYes
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description discloses the validation workflow: reading all expected XPaths, checking reference resolution, and running a full candidate validation. It reinforces safety by stating that no commit or push is performed, adding useful behavioral context not present in structured annotations.

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 two sentences with no filler. The [READ-ONLY] tag is front-loaded, followed by the core behavior and then the exact scope boundary. Every sentence contributes essential information.

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?

For a complex validation tool with no output schema, the description explains the validation steps but not what the caller should expect as a result, such as a success/failure response, list of errors, or exit code. It also doesn't clarify prerequisites like which candidate objects must exist. This is adequate for a basic understanding but leaves room for ambiguity.

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 78%, so the input schema carries most parameter documentation. The description does not elaborate on individual parameters or their relationships, but it does not need to given the high schema coverage and the focus on validation behavior rather than parameter specifics.

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 what the tool does: reads expected IPsec XPaths, verifies that references resolve, and runs a full Panorama candidate validation. It distinguishes itself from siblings by emphasizing the read-only, candidate-only scope and explicitly stating that no commit or push is performed.

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?

The description provides clear context for when to use this tool: validate candidate configuration before any commit or push. It does not list explicit alternatives or exclusions, such as pointing to the v2 sibling or runtime verification tools, but the 'candidate only; no commit or push' clause effectively signals the intended use.

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

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/yaylaerkan/palo-alto-bgp-ipsec'

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