Skip to main content
Glama
Antxine

PanOS MCP Server

by Antxine

panorama_get_post_rules

Read-only

Retrieve post-rulebase security rules from a specified device group to inspect policies applied after local firewall rules.

Instructions

[READ-ONLY] Retrieves post-rules from a device group (rules pushed after local firewall rules). Reads config at: /config/.../device-group/entry/post-rulebase/security/rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firewallNoTarget firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise.
device_groupYesName of the device group

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.30

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive, and the description reinforces this with a '[READ-ONLY]' prefix. It adds useful behavioral context by stating it reads a specific config path rather than modifying runtime state. It does not discuss output format, but for a read-only retrieval tool with annotations this is adequate.

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 a single dense sentence with no wasted words. The read-only marker is front-loaded, followed by the action, resource, and config path. Every clause adds meaningful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With two well-documented parameters, read-only annotations, and a clear config path, the description provides everything needed to call the tool correctly. No output schema exists, but the return value is sufficiently implied by 'Retrieves post-rules'.

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 both parameters. The description mentions 'device group' in its purpose statement but adds no parameter-level details beyond what the schema provides. Baseline 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 uses a specific verb ('Retrieves') with a clear resource ('post-rules from a device group') and clarifies the semantic distinction ('rules pushed after local firewall rules'). The config path further pins down exactly which data is accessed, making it easy to distinguish from sibling tools like panorama_get_pre_rules.

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 establishes the appropriate context: use it when you need Panorama post-rulebase security rules for a device group. It does not explicitly name alternatives or state when not to use it, but the device-group scope and 'post-rules' wording make the intended use clear.

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

Deploy Server

Other Tools