Skip to main content
Glama

Create task

familia_create_task

Use this when the user asks to create a responsibility-style Familia task, agreement, reminder, or chore. If the same task repeats across several days, weeks, or months, provide repeatRule and create one recurring task instead of multiple one-time tasks. Do not use for calendar-style events, trips, school activities, or holidays; use familia_create_plan instead. When the primary intent is a shopping list, packing list, or standalone checklist, use familia_create_list_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueAtNoAccepts YYYY-MM-DD for all-day items or an RFC 3339 datetime. When using a datetime without an offset, provide timezone.
titleYesShort task title, e.g. "Pay school fee" or "Take bins out".
allDayNoWhether the due date is an all-day task.
timezoneNoIANA timezone for dueAt, e.g. Europe/Prague.
todoListNoOptional checklist/list to attach to the created task.
repeatRuleNoOptional RFC 5545 RRULE, e.g. FREQ=DAILY;INTERVAL=2 or FREQ=WEEKLY;BYDAY=MO,WE. Use this when the user says the same task or plan repeats across days, weeks, or months; create one recurring schedule instead of multiple one-time items unless each occurrence has different content. Requires the first dueAt/startAt as the anchor.
descriptionNoOptional task details, notes, or context.
householdIdYesFamilia household id where the task should be created.
leadMinutesNoReminder lead time in minutes before dueAt. Defaults to 0.
ownerUserIdNoOptional Familia user id that owns the task.
assigneeUserIdNoOptional Familia user id responsible for the task.
idempotencyKeyNoOptional stable retry key. Reusing the same key for the same create operation returns the original result instead of creating a duplicate.
recurrenceEndDateNoOptional YYYY-MM-DD end date for a recurring schedule. Use this for bounded repeats such as "this week", "for three days", or "until Sunday".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdNo
deeplinkYes
scheduleNo
agreementIdYes
attachmentErrorNo
attachmentCreatedNo
todoListAttachmentNo

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations only indicate that the tool is not read-only, not destructive, and not open-world, leaving the description to carry behavioral meaning. The description adds a meaningful behavioral nuance: recurring tasks should be consolidated into one recurring item via repeatRule rather than created as many one-time tasks. It does not describe return values or side effects, but the presence of an output schema and non-destructive annotations mitigate that gap.

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 three sentences with no wasted words. It front-loads the primary use case, immediately gives usage guidance, and then states exclusions with sibling alternatives. Every sentence earns its place.

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?

Given the tool's 13 parameters, the description sufficiently covers intent mapping, recurring-task behavior, and sibling differentiation. Combined with a fully documented schema and output schema, an agent can correctly select and invoke the tool. Minor details like todoList attachment or owner/assignee handling are left to the schema, but they are fully described there, so no critical gap exists.

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?

Schema description coverage is 100%, so the baseline is 3. The description does mention the repeatRule parameter and its purpose, but the schema's own repeatRule description already explains the same recurring-schedule guidance, so the main description adds little parameter-level meaning beyond the structured schema.

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 tool creates a responsibility-style Familia task, agreement, reminder, or chore, which is a specific verb+resource combination. It also explicitly distinguishes itself from familia_create_plan (calendar events) and familia_create_list_task (lists), so an agent can tell it apart from siblings without inspecting other schemas.

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

Usage Guidelines5/5

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

It provides an explicit when-to-use trigger ('when the user asks to create a responsibility-style Familia task...'), explicit exclusions ('Do not use for calendar-style events... use familia_create_plan instead'), and a clear routing rule for lists ('use familia_create_list_task'). It also gives a concrete rule for recurring tasks: provide repeatRule and create one recurring task rather than multiple.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources