Skip to main content
Glama

List schedules

queue_list_queue_slots
Read-only

List schedules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoSet to 'true' to list all queues for the profile
queue_idNoSpecific queue ID to retrieve (optional)
profile_idYesProfile ID to get queues for (required)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds no further behavioral context, such as whether 'all' returns all queues or whether queue_id scopes the result, but it doesn't contradict the annotations.

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

Conciseness2/5

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

Two words is under-specification, not effective conciseness. 'List schedules' repeats the title without earning its place; a useful description should at least mention queue slot listing or the profile scope and key optional flags.

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?

Though the schema covers parameters and the output schema exists, the description is too terse to be fully self-contained. An agent has to rely on the renovation tool name and parameter docs to reconstruct intent, making this minimally viable but not complete.

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?

The input schema provides 100% coverage on all three parameters, including the meaning of profile_id, all, and queue_id. The description adds no parameter-level information, which is acceptable given the schema-level completeness; baseline of 3 applies.

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

Purpose2/5

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

Tautological: description restates name/title.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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. There is no mention of filtering by all vs queue_id, when to prefer this over queue_preview_queue, or what prerequisites exist (such as a valid profile_id). The agent is left to infer usage from the schema alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.