Skip to main content
Glama

Create Scheduled Task

scheduled_tasks_create

Create and save a scheduled task with a name, type, schedule, and optional configuration. Define recurring actions for automation within the Apple ecosystem.

Instructions

Create and persist a scheduled task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
configNo
enabledNo
metadataNo
scheduleYes
task_typeYes
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations provide no hints (readOnlyHint, destructiveHint absent). The description only states 'create', which implies mutation, but does not disclose side effects, duplicate handling, permission requirements, or persistence guarantees beyond the simple statement.

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?

The description is extremely brief (6 words) but under-specifies. It lacks structure or any additional context that would justify such brevity. A concise description that omits necessary information is not effective.

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

Completeness1/5

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

Given 7 parameters with no schema descriptions, no enum constraints, and the need to guide parameter values (especially nested objects), the description is far from complete. It fails to provide sufficient information for correct invocation.

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

Parameters1/5

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

Schema coverage is 0% (no parameter descriptions). The description does not explain any parameter purpose, especially for complex objects like 'config', 'metadata', and 'schedule' which have additionalProperties. The agent has no semantic guidance.

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 'Create and persist a scheduled task' clearly states the verb (create) and resource (scheduled task), and 'persist' indicates saving. It distinguishes from sibling tools (disable, enable, get, list, run) which are about different operations.

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 provides no guidance on when to use this tool vs alternatives, no prerequisites, and no exclusion criteria. It is purely definitional.

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/abhinavag-svg/apple-ecosystem-mcp'

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