zid_get_group
Get one ZIdentity group by ID. Read-only.
Instructions
Get one ZIdentity group by ID. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes |
Get one ZIdentity group by ID. Read-only.
Get one ZIdentity group by ID. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false. The description's 'Read-only' is redundant and adds no new behavioral context such as error handling, response structure, or edge cases.
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?
The description is extremely short (two sentences) with no fluff. However, the 'Read-only' phrase duplicates annotation information, slightly wasting words. Still, it is concise and front-loaded.
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?
For a simple get-by-ID tool with one parameter and no output schema, the description gives the essential action. But it omits context about what a ZIdentity group is, when to use this versus list/search, and what the response contains, leaving moderate gaps.
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 schema has zero description coverage for group_id. The description says 'by ID' which implies the parameter's purpose, but it does not elaborate on the expected format, source, or meaning beyond what the schema title already indicates.
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 that the tool retrieves one ZIdentity group by its ID. The verb 'Get' and resource 'one ZIdentity group by ID' make the purpose explicit, and it is distinct from sibling list/search tools.
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?
No guidance is given about when to use this tool versus alternatives like zid_list_groups or zid_search_groups. The 'by ID' phrase implies a use case, but there is no explicit context or exclusions.
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