Skip to main content
Glama

list_schedules

Read-only

View all allowlisted interval schedules and check if background automation is enabled. Use this to review scheduled jobs and their intervals.

Instructions

List allowlisted interval schedules.

Read-only operation: returns the persisted interval schedules (name, job, interval, enabled) and whether background automation is enabled. Use create_interval_schedule to add one, or run_schedule_now to trigger it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior4/5

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

The readOnlyHint annotation already establishes that this is a safe read operation, and the description reinforces it by stating 'Read-only operation.' It adds useful detail about the response contents, including 'whether background automation is enabled,' which goes beyond the annotation. Minor gaps like pagination or ordering are not mentioned, but the behavior is well disclosed for a simple 0-parameter list call.

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?

The description is two short sentences plus one brief routing sentence. Every sentence provides necessary information: what the tool lists, what it returns, and how to perform related actions. No filler or redundancy.

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

Completeness5/5

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

For a 0-parameter, read-only list operation with no output schema, the description provides all essential context: the resource type ('allowlisted interval schedules'), the exact returned fields, and the read-only guarantee. Nothing an agent needs to invoke it correctly is missing.

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?

The tool has zero parameters, so there is no parameter meaning to add. The schema is empty and fully covered. The description appropriately focuses on what the operation returns rather than parameter usage, so the baseline 4 for 0-parameter tools is appropriate.

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 opens with a specific verb and resource: 'List allowlisted interval schedules.' It then details the returned fields (name, job, interval, enabled) and flags the read-only nature, making the tool's purpose unambiguous and distinguishable from sibling tools like create_interval_schedule and run_schedule_now.

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

Usage Guidelines5/5

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

The description explicitly positions this as the read-only listing operation and directs agents to create_interval_schedule for adding and run_schedule_now for triggering. This gives clear guidance on when to use this tool versus the relevant alternatives in the sibling list.

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

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/mikeholownych/unifi-mcp'

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