Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zms_list_app_zones

Read-only

List ZMS app zones with pagination, filter by name, sort by zone name, and apply JMESPath client-side queries to filter or project results.

Instructions

List ZMS app zones with pagination and filtering. Filter by name and sort by zone name. Returns zone name, description, member count, and VPC/subnet settings. Supports JMESPath client-side filtering via the query parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_numNoPage number (default 1).
page_sizeNoNumber of items per page (default 20, max 100).
nameNoFilter by app zone name (substring match).
sort_orderNoSort order for app zone name: 'ASC' or 'DESC'.
queryNoJMESPath expression for client-side filtering/projection on the result. Example: "nodes[?member_count>`0`].{name: app_zone_name}".
serviceNoThe service to use.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond the readOnlyHint annotation, description discloses pagination, name filtering, sorting, JMESPath query support, and return fields, providing significant behavioral context.

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?

Four concise sentences, front-loaded with main purpose, no wasted words. Each sentence adds distinct, 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?

Covers pagination, filtering, sorting, JMESPath, and return fields. Output schema exists. Minor missing details like default sort order, but overall complete for a list 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?

Schema coverage is 100%. Description adds meaning for name (substring match), sort_order (ordering by zone name), and query (JMESPath examples), though page_num, page_size, and service are already well-described in schema.

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 the action (list) and resource (ZMS app zones), mentions pagination and filtering, and distinguishes from sibling tools like zms_list_app_catalog by explicitly naming 'app zones'.

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?

No explicit guidance on when to use this tool versus alternatives; it only describes functionality. Usage is implied for listing app zones, but no exclusions or alternative tool references.

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

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