Skip to main content
Glama
Antxine

PanOS MCP Server

by Antxine

panorama_get_managed_devices

Read-only

Retrieve the connection status of all firewalls managed by Panorama. See which managed devices are online or offline.

Instructions

[READ-ONLY] Retrieves all firewalls managed by Panorama with their connection status. Executes: show devices all.

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

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description only needs to add value beyond that. It does add the underlying command 'show devices all' and clarifies the scope, but it does not disclose response shape, pagination, or operational caveats. The read-only safety profile is covered by 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 tightly scoped phrases: a read-only marker plus a single sentence stating what is retrieved and the underlying command. No filler or redundant repetition beyond the annotation-aligned read-only marker.

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, zero-required-parameter list operation, the description states the result scope and the underlying command. Since there is no output schema, a slightly richer return-format description would be ideal, but the tool is otherwise complete enough to invoke correctly.

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 parameter is already fully documented. The description does not add parameter-level detail, but under the 100% coverage baseline a 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 names a specific verb ('Retrieves') and resource ('all firewalls managed by Panorama') and adds the exact CLI command 'show devices all'. This clearly differentiates it from siblings like panorama_get_device_groups or panorama_get_managed_device_software.

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?

Usage context is implied by the description: an agent can infer this tool is for Panorama-managed firewall inventory and connection status. However, no alternatives are named and there is no explicit when-to-use/when-not-to-use guidance, leaving sibling differentiation to inference.

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