Skip to main content
Glama
Antxine

PanOS MCP Server

by Antxine

url_category_get

Read-only

Retrieve entries from a custom URL category or PAN-DB category across Panorama device groups and shared locations, optionally filtering by device group.

Instructions

[READ-ONLY] Returns the entries of a custom URL category (URL list, or PAN-DB categories for 'Category Match'). Searches shared and every device group unless device_group is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCustom URL category name, or PAN-DB category (e.g. 'social-networking')
firewallNoPanorama entry from firewalls.json. Optional when a single Panorama is configured.
device_groupNoDevice group name (includes what it inherits from shared and parent groups), or 'shared'. When omitted, every location is searched.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.30

TDQS

A3.8/5.0
Behavior4/5

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

With readOnlyHint and destructiveHint already provided by annotations, the description adds valuable behavioral context beyond them: the default search scope across shared and all device groups, and the special meaning of PAN-DB categories in Category Match mode. It is consistent with the annotations and discloses the tool's non-obvious scoping 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?

Two tightly written sentences with no filler. The read-only marker and primary action are front-loaded, and the scoping caveat is placed at the end without wasting space.

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 read-only getter with well-documented parameters and safety annotations, the description covers core behavior, special category types, and default search scope. It does not describe the return format or explicitly relate to sibling tools, but these are minor gaps given the surrounding context.

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 baseline is 3 and the description need not compensate. It adds only a small domain nuance about PAN-DB categories and Category Match; the device_group default behavior is already described in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: it returns the entries of a custom URL category, and adds the useful distinction between URL lists and PAN-DB categories for Category Match. However, it does not explicitly distinguish this tool from similarly named siblings like url_category_list or url_category_find.

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 gives conditional usage context by explaining that shared and every device group are searched unless device_group is set. It does not, however, state when to prefer this tool over its siblings or mention any exclusions, leaving alternative selection 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