Skip to main content
Glama

scheduler_create

Schedule automated actions like creating tasks, injecting reminders, or emitting events at fixed intervals.

Instructions

Create a scheduled task that triggers automatically on a fixed interval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTask name (unique identifier)
team_idNoTeam ID to scope this task (optional)
intervalYesHuman-readable interval, e.g. "2 days", "1 hour", "30 minutes" (minimum 5 minutes)
action_typeYesOne of "create_task" / "inject_reminder" / "emit_event"
descriptionNoHuman-readable description
action_configNoJSON string with action parameters. - create_task: {"title": "...", "description": "...", "priority": "medium"} - inject_reminder: {"message": "..."} - emit_event: {"event_type": "...", "data": {...}}{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must convey behavioral traits. It mentions automatic triggering on a fixed interval but omits details such as immediate activation, uniqueness of name, error handling, or any side effects. This is insufficient for a creation tool.

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 focused sentence that front-loads the core purpose. It is concise but lacks necessary elaboration on usage and behavior.

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?

Given the rich schema (100% parameter descriptions) and the existence of an output schema, the description provides the essential purpose. However, it falls short on usage guidelines and behavioral transparency, leaving gaps for a complete understanding.

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 has 100% description coverage, so the parameters are well-documented there. The description adds no additional meaning beyond the schema, resulting in a baseline score of 3.

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 action ('Create') and the resource ('a scheduled task that triggers automatically on a fixed interval'). It distinguishes this tool from siblings like scheduler_delete and scheduler_list by specifying creation and automatic scheduling.

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?

The description does not provide any guidance on when to use this tool versus alternatives (e.g., task_create, project_create). It lacks information about prerequisites, conditions, or conflicts, leaving the agent to infer usage solely from the 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/CronusL-1141/AI-company'

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