Skip to main content
Glama
zscaler

zscaler-mcp-server

Official
by zscaler

zdx_get_device_deep_trace

Read-only

Get one ZDX deep-trace session.

Instructions

Get one ZDX deep-trace session.

Read-only. The SDK returns a single-element list; the trace record is unwrapped, timestamps ISO-normalized, and shaped to the identity fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trace_idYes
device_idYes
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds behavioral context by explaining that the SDK returns a list but the tool unwraps it, normalizes timestamps, and shapes identity fields. This goes beyond the annotation and prepares the agent for response transformation.

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 brief and well-structured: a clear purpose sentence, a one-word read-only note, and a compact explanation of SDK behavior. Every sentence adds value, with no repetitive or irrelevant content.

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 read-only get operation with two self-explanatory parameters and no output schema, the description covers the core behavior including the unexpected list unwrapping and timestamp normalization. It lacks explicit parameter explanations and usage alternatives, but remains adequate for such a simple tool with strong annotations.

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?

The input schema has no parameter descriptions (0% coverage), and the description does not explain trace_id or device_id. The parameter names are self-explanatory, but no additional semantic meaning is provided, so the description fails to compensate for the missing schema descriptions.

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 opens with 'Get one ZDX deep-trace session,' specifying a clear verb and resource. It explicitly distinguishes from the sibling 'zdx_list_device_deep_traces' by emphasizing a single session, making the purpose unambiguous.

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 description implies usage for retrieving a single deep-trace session, contrasting with list operations, but it does not explicitly state when to use this tool over alternatives or provide any exclusions. No sibling tool is named, so guidance is only implied.

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