Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zcc_get_device_otp

Read-only

Retrieve One-Time Password (OTP) bundle for a Zscaler Client Connector device, including logout, exit, uninstall, revert, and per-service disable OTPs. Requires the device's UDID.

Instructions

Get the One-Time Password (OTP) bundle for a Zscaler Client Connector device — includes logout_otp (One-Time Logout Password), exit_otp, uninstall_otp, revert_otp, and per-service disable OTPs (zia_disable_otp, zpa_disable_otp, zdx_disable_otp, zdp_disable_otp, anti_tempering_disable_otp, deception_settings_otp). Requires the device's udid (look it up via zcc_list_devices). The returned values are sensitive short-lived credentials — treat them like passwords (read-only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
udidNoThe device's UDID (the canonical identifier ZCC uses for the enrolled endpoint). Look it up via `zcc_list_devices` — the field is exposed as `udid` on each device record. Either `udid` or `device_id` must be supplied; if both are given, `udid` wins.
device_idNoAlias for `udid`. Accepted for parity with the SDK's `device_id` query parameter — the SDK maps it to `udid` automatically before hitting the API.
serviceNoThe service to use.zcc
Behavior4/5

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

Annotations already mark readOnlyHint=true. The description adds valuable context that the returned values are sensitive short-lived credentials, reinforcing safe handling. No contradictions, and no additional behavioral details are needed.

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 three sentences, each with a clear purpose: states the action and output, provides a prerequisite and lookup reference, and warns about sensitivity. No wasted words.

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?

Despite no output schema, the description lists the OTPs included, setting expectations. It covers the prerequisite and safety. Minor gap: doesn't specify response format or error conditions, but for a read operation it's adequate.

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?

Input schema has 100% description coverage with thorough explanations for udid and device_id. The description only minimally adds by highlighting udid’s necessity, but the schema already does the heavy lifting.

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 retrieves the One-Time Password (OTP) bundle for a Zscaler Client Connector device, listing all included OTP types. It distinguishes itself from sibling tools like zcc_list_devices by specifying its unique output and prerequisite.

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 gives clear context by requiring the device's udid and directing the user to zcc_list_devices for lookup. It does not explicitly exclude alternative scenarios, but the purpose is sufficiently differentiated from siblings.

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