Skip to main content
Glama
Antxine

PanOS MCP Server

by Antxine

panorama_get_shared_profile_groups

Read-only

Retrieves shared security profile groups from Panorama configuration to inspect their definitions and members for security policy review.

Instructions

[READ-ONLY] Retrieves shared security profile groups defined at Panorama level. Reads config at: /config/shared/profile-group.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.30

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds a specific behavioral detail—'Reads config at: /config/shared/profile-group'—which tells the agent exactly where the data comes from. This is useful context beyond the annotations, though it doesn't describe return format or error behavior.

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 short clauses, front-loaded with '[READ-ONLY]' and a precise purpose. The config path is appended efficiently. Every sentence earns its place; there is zero waste.

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 read-only getter with one fully documented optional parameter, the description covers the core purpose, scope, and config path. It lacks a hint about the return value shape, but with no output schema and a standard list-returning tool pattern, this is a minor gap. Overall, the tool is adequately specified.

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 coverage is 100%, and the only parameter 'firewall' is fully documented in the schema with its optionality and source. The description adds no additional meaning about parameters, so the baseline of 3 applies—the schema does the heavy lifting.

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 verb ('Retrieves'), a specific resource ('shared security profile groups'), and a clear scope ('defined at Panorama level'). This distinguishes it from sibling tools like get_security_profile_groups (device-level) and panorama_get_shared_security_profiles (profiles, not profile groups), so an agent can tell them apart without opening schemas.

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

Usage Guidelines3/5

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

The description provides context by specifying 'Panorama level' and 'shared', which implies this tool is for Panorama-managed shared groups rather than device-level groups. However, it does not explicitly name alternatives, when to use them, or any exclusions, leaving the selection logic mostly to inference from the tool name and scope.

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