Skip to main content
Glama

create_chore

Create recurring chores that carry forward unfinished occurrences instead of resetting each period. Supports daily, every N days, or weekly recurrence with optional rolling or fixed cadence.

Instructions

Create a recurring chore that lingers until done.

Chores differ from habits in that an unfinished occurrence carries forward (Missed/InProgress) rather than resetting each period. complete_by should be the first scheduled date as ISO-8601. recurrence follows the same shape as Task: {"type": "daily"}, {"type": "every_n_days", "n": 3}, or {"type": "weekly", "days": ["Mon", "Wed"]}.

v0.2 optional fields:

  • cadence_mode: "rolling" (default; the next occurrence is computed from the actual completion time) or "fixed" (the next occurrence is anchored to the original schedule, ignoring completion delay).

  • deadline_time_of_day: "HH:MM" time-of-day deadline within scheduled_date (user's TZ). Defaults to end-of-day.

  • subtask_template: a list of subtask shapes that materialize as child Tasks on each occurrence. Empty list (default) means no template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
descriptionNo
complete_byNo
recurrenceNo
parent_idNo
labelsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Tool Definition Quality

Score is being calculated. Check back soon.

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/Circuit-Stitch/defernowork-mcp'

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