Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

ztw_get_discovery_settings

Read-only

Retrieve ZTW workload-discovery settings to inspect the current configuration and decision controls. Returns the full settings payload for read-only use.

Instructions

Get ZTW workload-discovery settings (read-only singleton).

Returns the decision-bearing knobs plus the full payload in settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
settingsNoFull discovery-settings payload (curated container).
external_idNoExternal ID, if set.
discovery_roleNoDiscovery IAM role, if set.
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations include readOnlyHint=true and openWorldHint=false, and the description aligns with this stating 'read-only singleton'. It adds that the full payload is returned in `settings`, which is not in annotations. No contradiction. The description supplements annotations with return structure info.

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 two sentences, front-loads the purpose, and includes the key detail about the return payload. No redundancy. It is appropriately concise.

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 it is a simple getter with no parameters and an output schema, the description is sufficient. It fully describes the purpose and the main return structure. It could mention any specific settings names, but not necessary for this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters to explain. The schema has no properties, so the description does not need to add parameter semantics. It clearly states there are no inputs, which is sufficient.

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 it gets ZTW workload-discovery settings, identifying it as a read-only singleton. It differentiates from siblings by specifying 'workload-discovery' and using 'get' verb, matching sibling patterns like zia_get_advanced_settings.

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?

No explicit when to use vs alternatives, but the read-only singleton nature and no parameters imply it is for retrieving settings. Does not mention exclusions or alternatives, but the unique resource type among siblings reduces ambiguity.

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