Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zid_list_users

Read-only

List ZIdentity users with optional filters for login name, display name, email, or domain. Returns summary of id, login name, display name, and primary email.

Instructions

List ZIdentity users. Read-only.

Returns lean user summaries (id, login name, display name, primary email) rather than the full SDK user record. Pass any of the *_name / email filters for a case-insensitive partial match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoOptional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records.
offsetNo
idp_nameNo
login_nameNo
domain_nameNo
display_nameNo
primary_emailNo
Behavior5/5

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

Annotations already declare readOnlyHint=true, so the description's 'Read-only' label aligns. It adds valuable behavioral details about the return format (specific fields) and filter behavior (case-insensitive partial match), enhancing transparency beyond annotations.

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 four sentences, each adding distinct value: purpose, read-only nature, return format, and filtering instructions. No redundant or vague statements.

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?

Given no output schema, the description adequately specifies the return format. It covers filtering but omits pagination details for limit/offset. For a list tool, it is mostly complete but could mention pagination.

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?

With only 13% schema description coverage (only 'query' documented), the description partially compensates by explaining that the name and email parameters are filters. However, it does not explain 'limit' and 'offset' for pagination, leaving them ambiguous.

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 verb 'List' and the resource 'ZIdentity users'. It distinguishes from siblings like 'zid_search_users' by specifying that it returns 'lean user summaries' rather than full records, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that the tool is read-only and provides filtering guidance (case-insensitive partial match on name/email fields). However, it does not explicitly contrast with alternatives like 'zid_search_users' or mention when not to use it.

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