Skip to main content
Glama
yaylaerkan

palo-alto-bgp-ipsec

by yaylaerkan

panorama_commit

Destructive

Commit pending Panorama configuration changes to device groups, templates, and shared objects before pushing to managed firewalls.

Instructions

[MODIFIES CONFIG] Commits pending configuration changes on Panorama. Use this before 'panorama_push_to_devices' to commit changes to device groups, templates, and shared objects. This commits on Panorama itself — it does NOT push to managed firewalls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firewallNoTarget firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise.
descriptionNoOptional commit description
partial_adminNoCommit only changes made by this admin user
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already flag readOnlyHint=false and destructiveHint=true, and the [MODIFIES CONFIG] prefix reinforces them without contradiction. The description adds useful behavioral context beyond the annotations: the exact scope of mutation (device groups, templates, shared objects) and the critical non-push boundary that prevents misuse.

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?

Three short sentences with no filler: the action is front-loaded, the [MODIFIES CONFIG] flag is first, the workflow pointer is second, and the exclusion closes it out. Every sentence earns its place.

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 tool with three optional parameters, full schema coverage, and safety annotations, the description covers the essential decisions: what it does, what it affects, when in the workflow to call it, and what it won't do. It doesn't mention that the commit may be tracked or verified via operation-status siblings (e.g., panorama_get_operation_status, panorama_verify_candidate_operation), but that's discoverable context for the broader workflow rather than a blocking gap.

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%, so the schema already documents firewall, description, and partial_admin with meaningful descriptions. The description doesn't add parameter-level detail beyond the schema, which is acceptable at the baseline 3 for high-coverage schemas.

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 states a specific action (commits pending configuration changes) on a specific resource (Panorama) and scopes it precisely to device groups, templates, and shared objects. The explicit 'does NOT push to managed firewalls' line distinguishes it from sibling panorama_push_to_devices and the generic commit tool without requiring schema inspection.

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

Usage Guidelines5/5

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

The description gives an explicit workflow rule: 'Use this before panorama_push_to_devices' — clearly stating when this tool fits into a sequence. It also names the alternative (panorama_push_to_devices) and states the negative case (committing on Panorama is not pushing to firewalls), so an agent knows when not to use it.

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