Skip to main content
Glama
Antxine

PanOS MCP Server

by Antxine

panorama_get_managed_device_software

Read-only

Retrieve software and content versions across managed firewalls to identify devices needing updates or running outdated versions.

Instructions

[READ-ONLY] Retrieves software and content versions on all managed firewalls. 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

A4.2/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. The description adds value by disclosing the exact executed command ('show devices all') and emphasizing the all-firewalls scope. This goes beyond the structured annotations and gives the agent insight into what operation will run.

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 compact and front-loaded: it states the read-only nature and purpose first, then provides the exact command. Every sentence earns its place with no redundant filler.

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 tool with one optional parameter and no output schema, the description is largely complete. It covers purpose, scope, and command. The only minor gap is not mentioning related sibling tools for differentiate/selection, but this does not block correct invocation.

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 single optional 'firewall' parameter is fully documented in the schema. The description does not add additional parameter-level detail, so the baseline score of 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'), a clear resource ('software and content versions'), and a defined scope ('all managed firewalls'). It also names the underlying command ('show devices all'), making the tool's purpose unmistakable and distinct from sibling tools like panorama_get_managed_devices.

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 clearly states this tool is for retrieving software and content versions across all managed firewalls, which provides a clear use context. It does not name alternative tools for similar reads, but the scope and command are explicit enough that an agent can decide when to invoke it.

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