zia_get_time_interval
Get a single ZIA time interval by ID.
Instructions
Get a single ZIA time interval by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval_id | Yes |
Get a single ZIA time interval by ID.
Get a single ZIA time interval by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| interval_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds no extra behavioral context beyond the simple fetch semantics. It does not contradict annotations, but it does not elaborate on error handling or return format either.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One short sentence conveys the essential purpose with no filler. It is perfectly concise for a single-get operation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the operation (single fetch by ID, no output schema), the description is adequate but leaves the provenance of interval_id unexplained. It could be more complete by referencing the list tool for obtaining IDs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter, interval_id, has no description in the schema, and the tool description merely says 'by ID' without clarifying the format, source, or how to obtain a valid ID. Schema coverage is 0%, so the description fails to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (Get) and resource (single ZIA time interval by ID), distinguishing it from the sibling zia_list_time_intervals tool. It is direct and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for fetching a specific interval when you have its ID, and the presence of a list tool suggests when to use this instead, but no explicit alternatives or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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