Skip to main content
Glama

panorama_security_rules_analysis

Analyze security rules in a Panorama device-group to identify quality issues such as missing descriptions, generic names, and overly permissive rules.

Instructions

Analyze security rules quality for a Device-Group.

Args:
    device_group: Name of the device-group to analyze

Returns:
    Dict with rules list and quality_issues analysis:
    - rules_without_description count
    - rules_with_generic_names count
    - too_permissive_rules count (any/any/any)
    - details with specific rule names

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_groupYes
Behavior3/5

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

No annotations provided; description describes return format (dict with counts and details) but does not mention side effects, permissions, or read-only nature. Adequate but not fully transparent for a tool without annotation backing.

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?

Description is structured with Args and Returns sections, concise with no extraneous text. Every sentence adds information (e.g., specific analysis details).

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?

Return structure is explicitly listed with specific quality metrics. With no output schema, this is helpful. Could mention scope (e.g., all rules in the device-group) but otherwise complete for a simple analysis tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Single parameter 'device_group' has a clear description 'Name of the device-group to analyze,' adding value beyond the schema (which only has title). Schema coverage is 0%, so description compensates well.

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?

Description clearly states 'Analyze security rules quality' for a Device-Group, specifying the exact analysis (rules without descriptions, generic names, too permissive). Differentiates from sibling tools like panorama_never_matched_rules or panorama_rules_without_profile by focusing on multiple quality aspects.

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?

Implied usage for analyzing security rule quality, but no explicit guidance on when to use this versus similar siblings (e.g., panorama_never_matched_rules). Does not state prerequisites or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/angoran/git-netai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server