Skip to main content
Glama

List on-call schedules

list_on_call_schedules

All on-call schedules in the project. Each entry typically includes rotation config and current on-call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.5/5.0
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions typical response fields (rotation config, current on-call) but does not discuss pagination, ordering, or whether the list is exhaustive or scoped to a project. Adequate but not thorough.

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 concise sentences, no wasted words. Efficiently communicates the tool's purpose and typical output.

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 no parameters and no output schema, the description sufficiently covers the tool's behavior and output. Could mention if the list is sorted or if it includes all schedules, but overall complete for a simple list tool.

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 has no parameters (0 params, 100% coverage), so description does not need to add parameter info. Baseline 4 is appropriate.

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?

Description clearly states it lists all on-call schedules in the project and mentions typical entry contents. Distinguishes from sibling 'get_on_call_schedule' (singular) as a list operation, but could be more specific about scope.

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 on when to use this versus other tools like 'get_on_call_schedule' or when to filter. The description only states what it does, leaving the agent to infer usage context.

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.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool targets a specific resource or action (monitor, outage, escalation policy, etc.) with clear naming. No two tools could be easily confused; even similar ones like get_monitor_outages and get_monitor_anomalies serve distinct purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (create_, get_, list_, pause_, resume_, search_, update_) and use snake_case uniformly. This makes the tool set predictable and easy to navigate.

Tool Count4/5

With 26 tools, the set is slightly above the typical well-scoped range of 3-15, but each tool serves a distinct monitoring function (monitors, outages, escalations, integrations, schedules, alerts, team members). The count is reasonable for the domain.

Completeness2/5

The tool surface is heavily read-oriented, lacking create/update/delete for most resource types (escalation policies, integrations, on-call schedules, outages). Even monitors lack a delete tool. This leaves significant gaps for administrative workflows.