Skip to main content
Glama
donoree
by donoree

superops_technicians_groups

List technician groups and teams from SuperOps.ai to view support structures and manage technician assignments.

Instructions

List technician groups/teams in SuperOps.ai.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoMaximum number of results (default: 50)
Behavior3/5

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

There are no annotations, so the description carries the burden of disclosing behavior. It states the operation is a 'List,' implying read-only, but does not disclose pagination, ordering, or whether the response is just group names or includes nested members. It does not contradict annotations because none are provided, but the single-sentence description adds only minimal behavioral context beyond the obvious listing action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded with the verb and resource, making it immediately scannable. It contains no wasted words, though it omits optional details that could be added without bloat.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with one optional parameter and no output schema, the description is largely adequate. Missing context includes whether groups are paginated, what the response shape contains, or any required authentication specifics, but with no output schema and simple functionality, the description covers the essential invocation. The lack of a connector prefix in the description (e.g., 'SuperOps.ai technician groups') is minor because the tool name and sibling context already anchor it.

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?

Schema description coverage is 100% because the only parameter 'max' has a description that explains it is the maximum number of results with a default of 50. The description adds no further meaning to this parameter, so a baseline 3 is appropriate since the schema already handles the semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' with the resource 'technician groups/teams in SuperOps.ai,' which clearly states the operation and distinguishes it from sibling tools like superops_technicians_list (individual technicians) and superops_technicians_get (single technician). It lacks the 'ALL' scope detail seen in higher-rated examples but it is 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 the tool is for retrieving technician groups rather than individual technicians, which distinguishes it from superops_technicians_list and superops_technicians_get. However, it does not explicitly state when to choose this over alternatives or provide exclusion criteria, leaving the agent to infer the use case from the resource name.

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/donoree/superops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server