Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

get_zpa_scim_attribute

Read-only

Retrieve SCIM attributes for a specified identity provider (IdP) in ZPA, or fetch a single attribute by ID. Read-only operation that supports optional search, pagination, and JMESPath filtering.

Instructions

List ZPA SCIM attributes for a named IdP, or fetch one by ID (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
idp_nameYes
page_sizeNo
attribute_idNo
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

The readOnlyHint annotation already communicates safety; the description's '(read-only)' is consistent and adds a small amount of clarity. The genuine value-add is disclosing the dual list-vs-fetch-by-ID behavioral modes, which the annotation doesn't convey. However, it omits details about pagination behavior, response format, or the substantial query-filtering foot-guns (which live in the schema, not the tool description). No contradiction — the description and annotation agree.

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?

One clean sentence front-loaded with the primary verb 'List', followed immediately by the secondary mode. Every word earns its place — zero fluff, no redundant phrasing. The parenthetical '(read-only)' is the only add-on and it's informative. Exemplary economy.

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

Completeness3/5

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

For a 6-parameter tool with no output schema, the description covers the basic operational modes but leaves real gaps. It doesn't address pagination parameters, the search parameter's semantics, or anything about the return value shape — especially important since no output schema exists. The critical snake_case-vs-camelCase warning is buried in the schema, not surfaced here. The query param's schema description helps, but the tool-level description does the minimum.

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 schema description coverage at only 17%, the description must compensate — and it partially does. It ties 'named IdP' to idp_name (the sole required param) and 'fetch one by ID' to attribute_id. But page, page_size, and search receive zero semantic context in the description, and the query param (despite its excellent schema-level documentation) is unaddressed. Adequate for the two most important parameters, thin on the rest.

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

Purpose4/5

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

Clear imperative verbs 'List' and 'fetch' with a specific resource 'ZPA SCIM attributes' and scope 'for a named IdP'. It distinguishes from the very similar sibling get_zpa_saml_attribute by the 'SCIM' resource qualifier and implies attribute vs. group semantics vs. get_zpa_scim_group. Loses a point for not naming sibling alternatives explicitly, but is much stronger than the typical getter.

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 dual-mode phrasing ('List... for a named IdP, or fetch one by ID') implies when to use which mode but never states explicit when-to-use vs. alternatives ('if you need SAML attributes, use...'). The '(read-only)' note and the IdP-scoping are useful context. Guidance is implied, not explicit — no exclusions or named 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