Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zia_list_cloud_app_control_actions

Read-only

List the available CAC actions for a category (and optional cloud apps).

Instructions

List the available CAC actions for a category (and optional cloud apps).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
rule_typeYes
cloud_appsNo
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

The annotations (readOnlyHint: true) already convey this is a safe read, and the description's "List" is consistent with that (no contradiction). However, it adds no behavioral color beyond the annotations — nothing about what a CAC action contains, whether the category is required/where it comes from, pagination behavior, or realistic example usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, tightly-scoped sentence that front-loads the verb and omits filler. It earns its place with no wasted words, though the brevity does cross slightly into under-specification.

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?

There is no output schema, so the description must explain what the returned records look like or how the response is structured — it does neither. The description fails to clarify what a "category" is, how it relates to rule_type, or how cloud_apps filters results, leaving a sophisticated list tool (per the query warning) under-documented.

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

Parameters2/5

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

The schema's `query` parameter is superbly documented, but that is schema credit, not description credit. With only 33% schema-description coverage and orphaned parameters rule_type and cloud_apps (both undocumented), the description was expected to compensate and instead never mentions either parameter, missing that "category" likely refers to rule_type.

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

Purpose3/5

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

The description uses a specific verb+resource ("List...available CAC actions") and scopes it "for a category," which is reasonably clear on its face. However, "CAC" is unexplained jargon (decipherable only from the tool name), and the description reads nearly identically to siblings like zia_list_cloud_app_control_rules/zia_get_cloud_app_control_rule, providing no differentiation. What "category" maps to (rule_type) is left implicit.

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?

No guidance is given on when to use this tool versus alternatives such as zia_list_cloud_app_control_rules, nor any exclusions or prerequisites. The parenthetical "(and optional cloud apps)" weakly implies that cloud_apps is an optional filter, but there is no explicit when/when-not direction.

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