Skip to main content
Glama

List schedules (on-call)

squadcast_list_schedules
Read-only

List on-call schedules for a team. teamID is REQUIRED (use squadcast_list_teams to find it). Set myOnCall to filter to schedules where the token's own user is currently on call — the 'who's on call' lens. Squadcast: GET /v4/schedules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor → cursor.
searchNoFree-text search → search.
teamIdYesTeam id whose schedules to list (required) → teamID.
myOnCallNoOnly schedules where the token's user is on call now → myOnCall (the 'who's on call' lens).
pageSizeNoPage size → pageSize.
participantsNoFilter by participant user id(s) → participants.
scheduleNameNoFilter by schedule name → scheduleName.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description is consistent with the readOnlyHint annotation, indicating a read-only operation. It adds the context that the tool lists schedules and provides the API endpoint. No contradictions. The behavioral transparency is adequate given the annotation is present.

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?

Two sentences: the first states the core purpose, the second provides essential usage details. No redundant information. Every sentence earns its place.

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?

Given 7 parameters (1 required) and no output schema, the description covers the main function, required parameter, and a key filter. Other parameters are well-described in the schema. The description could optionally mention return format, but it is not a critical gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining that teamID is required and referencing squadcast_list_teams, and by clarifying myOnCall as the 'who's on call' lens. These additions go beyond the 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 clearly states the verb 'List' and resource 'on-call schedules for a team'. It also specifies the required teamID and the myOnCall filter, distinguishing it from sibling list tools like squadcast_list_escalation_policies or squadcast_list_services.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance: teamID is required and can be found using squadcast_list_teams, and myOnCall is the 'who's on call' lens. While it doesn't explicitly state when not to use the tool, the context is sufficient for most scenarios.

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.