Skip to main content
Glama

skylight_create_recurring_chore

Create recurring chores or routines on Skylight Calendar by specifying an RRULE recurrence, start date, and optional assignees or rewards.

Instructions

Create a recurring chore or routine (repeats per an RRULE; verified live).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startYesYYYY-MM-DD first occurrence date.
frameIdNo
routineNoSet true to create a routine (habit-style recurring task) instead of a chore.
summaryYesChore title.
emoji_iconNo
recurrenceYesiCalendar RRULE without the "RRULE:" prefix, e.g. "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR" (daily: "FREQ=DAILY;INTERVAL=1"). Use BYHOUR for routine time-of-day.
start_timeNoHH:mm time of day (e.g. "17:00").
descriptionNo
category_idsNoFamily-member category ids to assign (omit only with up_for_grabs).
up_for_grabsNoSet true for an unassigned "anyone can do it" chore (requires no category_ids).
reward_pointsNo
recurring_untilNoISO datetime the recurrence ends (e.g. "2026-12-31T23:59:59.999Z").

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.7.1
    • removedInput schema / properties / category_ids / items / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "number"
      -  }
      -]
    • addedInput schema / properties / category_ids / items / type
      Added value: +[
      +  "string",
      +  "number"
      +]
  2. First observedv0.4.6

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It adds 'verified live' but that phrase is vague and unexplained; it does not state whether creation is immediate, whether permissions are required, what side effects occur, or what the response contains.

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 efficient sentence that front-loads the verb and the core object. The parenthetical is useful, though 'verified live' is vague and slightly wasteful; overall it is appropriately compact.

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

Completeness2/5

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

This is a 12-parameter creation tool with no annotations and no output schema, yet the description provides only a one-line purpose and no guidance on required inputs, optional modifiers, return behavior, or constraint interplay. The schema does some work, but the description is not complete enough for a tool this complex.

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

Parameters2/5

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

Schema description coverage is 67%, so the schema documents most parameters, but the tool description adds essentially no parameter-level meaning beyond the RRULE hint. The description does not compensate for the four undocumented parameters (frameId, emoji_icon, description, reward_points) or clarify the relationship between category_ids and up_for_grabs.

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 uses a specific verb-resource pair: 'Create a recurring chore or routine,' and it adds recurrence semantics via 'repeats per an RRULE.' The word 'recurring' clearly separates this tool from the sibling skylight_create_chore without requiring the agent to inspect that tool.

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

Usage Guidelines3/5

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

Usage context is implied by the 'recurring' qualifier and RRULE mention: this is the tool for repeating chores/routines. However, it never explicitly states when to use this versus create_chore, create_task, or create_event, nor does it mention exclusions or prerequisites.

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/chrischall/skylight-mcp'

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