Skip to main content
Glama

task_set_repetition

Apply a repetition rule to an OmniFocus task, configuring its recurrence pattern. Overwrites any previous rule.

Instructions

Set the repetition rule on an OmniFocus task. Overwrites any existing rule. Use task_clear_repetition to remove a rule entirely. Returns the updated task ID; call task_get for the full object. Mutations do not sync automatically — call sync_trigger if cross-device visibility matters. Example: task_set_repetition({ id: "abc123", rule: { method: "fixed", unit: "days", steps: 7 } }) Example: task_set_repetition({ id: "abc123", rule: { method: "start-again", unit: "weeks", steps: 1 } })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the task to update. Get from task_list or search_query.
ruleYesRepetition rule to apply. 'method': 'fixed' repeats on the original schedule, 'start-again' sets the next defer date from completion, 'due-again' sets the next due date from completion. 'unit': time unit for the interval. 'steps': how many units between occurrences (minimum 1). 'weekdays': optional array of day names — only valid when unit is 'weeks'. 'monthlyAnchor': optional day-of-month or weekday-position — only valid when unit is 'months'.
Behavior4/5

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

Given no annotations, the description discloses behavioral traits: it overwrites existing rules, returns only the updated task ID (not full object), and mutations don't sync automatically. This is helpful, though it could include more on error handling or idempotency.

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 concise with two core sentences and two examples, all front-loaded and waste-free. Every sentence serves a purpose: stating action, overriding behavior, alternatives, return value, sync caveat, and illustrative examples.

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?

For a tool with nested input and no output schema, the description covers key aspects: what it does, return format, sync behavior, and examples. It doesn't need to repeat schema details. A small gap is lack of mention of error scenarios or validation, but overall it's complete enough.

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 coverage is 100% with detailed descriptions. The description adds value through two examples showing valid rule structures, which helps clarify the nested object even though the schema already explains it.

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 ('Set the repetition rule') and the resource ('OmniFocus task'). It distinguishes from the sibling tool 'task_clear_repetition' by mentioning its purpose for removal, and provides concrete examples showing usage.

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 guides usage by noting when to use the alternative (task_clear_repetition to remove) and warns about sync behavior (call sync_trigger for cross-device visibility). However, it doesn't explicitly mention prerequisites (e.g., task must exist) or compare with other similar tools like task_set_alarms.

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/torsday/omnifocus-mcp'

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