Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zms_get_agent_group_totp_secrets

Read-only

Retrieve TOTP secrets for a ZMS agent group using its eyez_id. Returns sensitive enrollment credentials for secure management.

Instructions

Get the TOTP secrets for a ZMS agent group (full record).

Read-only API call, but the returned values ARE sensitive enrollment credentials — treat them like secrets. Keyed by eyez_id. Requires ZSCALER_CUSTOMER_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eyez_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoTOTP secret bundle (treat as sensitive credentials).
eyez_idNoAgent group eyez_id (echoed).
Behavior4/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 API call' is consistent. It adds crucial behavioral context: the returned values are sensitive enrollment credentials that must be treated like secrets, and it requires ZSCALER_CUSTOMER_ID. No contradiction with 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?

Two sentences that are front-loaded, with the first stating the core purpose and the second adding essential caveats. Every sentence is valuable and there is no extraneous text.

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

Completeness5/5

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

Given the tool has an output schema (not shown), the description correctly focuses on input and behavioral aspects. It mentions sensitivity, authentication requirement, and the key parameter. For a simple tool with one parameter, this is sufficiently complete.

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?

Input schema has 0% description coverage for the single parameter 'eyez_id'. The description only says 'Keyed by `eyez_id`', which adds minimal meaning (it is an identifier) but does not explain what the identifier represents, its format, or how to obtain it.

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 verb 'Get' and the specific resource 'TOTP secrets for a ZMS agent group (full record)'. It distinguishes from siblings by focusing on secrets for ZMS agent groups, which is unique among the listed sibling tools.

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?

Implicitly indicates usage via the parameter 'eyez_id' and mentions requiring 'ZSCALER_CUSTOMER_ID', but does not explicitly state when to use versus alternative tools or when not to use.

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