Skip to main content
Glama
Antxine

PanOS MCP Server

by Antxine

get_qos_rules

Read-only

Retrieve QoS policy rules from a firewall or Panorama to inspect configured quality-of-service settings.

Instructions

[READ-ONLY] Retrieves QoS policy rules. Reads config at: /config/.../rulebase/qos/rules.

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.6/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 safety profile is covered. The description adds useful context by identifying the exact config path being read, but it does not disclose return shape, pagination, or any operation-specific behavior beyond the path.

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 extremely concise: two sentences, no filler, with the most identifying information ('READ-ONLY', resource name, and config path) front-loaded. Every sentence adds useful information.

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, fully-documented parameter, the description combined with the schema is nearly complete for invocation. It lacks a note about expected return content, but the tool name and config path provide enough context for an agent to use it 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%, and the sole 'firewall' parameter is fully documented in the schema, including when it is required. The description itself adds no parameter-level meaning, but with complete schema coverage 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 clearly states the operation ('Retrieves QoS policy rules'), naming both the verb and the specific resource. It is easily distinguishable from sibling config getters like get_security_rules or get_pbf_rules, and the config path further disambiguates the exact rule type.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives such as get_config_xpath or other get_*_rules tools. It implies a config-read operation via 'Reads config at', but does not state conditions, exclusions, or alternatives.

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