Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zpa_list_app_protection_rules

Read-only

Retrieve ZPA app-protection (inspection) policy rules for auditing or review. Use this to view existing inspection rules in your ZPA configuration.

Instructions

List ZPA app-protection (inspection) policy rules (read-only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
queryNoOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. IMPORTANT: field names are the keys of the returned records, which are usually snake_case (`custom_category`) even where the Zscaler API documents camelCase (`customCategory`) — guessing the spelling yields an empty list that looks like a real answer. If you have not already seen a record from this tool, call it once without `query` and read the keys off the response.
searchNo
page_sizeNo
microtenant_idNo
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, and the description redundantly notes '(read-only)'. It adds no new behavioral information about pagination, output format, rate limits, or error handling. The description does not contradict annotations, but it provides minimal value beyond them.

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 a single, short sentence that immediately states the tool's purpose. It is front-loaded, contains no filler, and every word contributes to meaning. Perfectly concise for what it conveys.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no output schema, relies on pagination parameters, and includes a complex 'query' parameter with potential pitfalls, the description is incomplete. It does not mention pagination, response structure, or the nuanced behavior of the query parameter (which is only described in the schema, not the tool description). For an agent needing to use this correctly, more context is needed beyond the minimal description.

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

Parameters1/5

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

The tool description provides zero information about any parameters. Schema description coverage is only 20% (only 'query' has a description, which is in the schema, not the tool description). Since coverage is low, the tool description must compensate but does not, leaving page, page_size, search, and microtenant_id unexplained.

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 action: 'List ZPA app-protection (inspection) policy rules', specifying both the verb and the resource. It distinguishes from sibling tools like zpa_get_app_protection_rule (get vs list) and other policy list tools (access, forwarding) by naming the exact policy type.

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 identifies the specific resource type, making it clear when to use this tool (when listing app-protection rules). However, it does not explicitly mention when not to use it or provide alternatives, such as using zpa_get_app_protection_rule for a single rule or other list tools for different rule types. Usage is implied but not stated.

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

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/zscaler/zscaler-mcp-server'

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