Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zid_search_groups

Read-only

Search ZIdentity groups by name (case-insensitive partial match). Read-only.

Instructions

Search ZIdentity groups by name (case-insensitive partial match). Read-only.

Returns curated group summaries. An empty result means no group name contains this string — do not retry with split keywords or no filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
limitNo
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.
offsetNo
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark readOnlyHint=true and openWorldHint=false, and the description aligns by stating 'Read-only.' It goes beyond annotations by explaining that results are 'curated group summaries' and the critical empty-result behavior with a warning not to retry with split keywords or no filter. This is excellent context that saves the agent from wasting calls.

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 extremely concise—two short sentences. The first states purpose and read-only nature; the second adds the curated summary and the empty-result warning. Front-loaded and every word contributes value, with no redundancy.

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?

For a search tool without an output schema, the description adequately covers the return behavior (curated summaries) and the critical empty-result semantics. It lacks mention of pagination or advanced filtering, but those are common patterns. Given its simplicity, the description is fairly complete, though it could add a note about default pagination.

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?

Only the 'name' parameter is explained (case-insensitive partial match), while 'limit', 'offset', and 'query' are left undocumented in the description. The schema provides a detailed description for 'query', but limit and offset have no guidance. With low schema coverage (25%), the description should clarify pagination and the role of these parameters, but it does not.

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 tool searches ZIdentity groups by name with a case-insensitive partial match and is read-only. This is a specific verb-resource pair that distinguishes it from sibling tools like zid_list_groups (full list) and zid_get_group (exact lookup). The scope is 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 implies usage for name-based searches but does not explicitly mention alternatives or exclusions. It does not say 'when not to use,' but the purpose is clear enough that an agent would infer that for other filters, other tools are appropriate. Slight improvement could add explicit references to zid_list_groups or zid_get_group as alternatives.

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