Skip to main content
Glama

add_task

Create new tasks in Remember The Milk with Smart Add syntax for due dates, priorities, tags, locations, time estimates, and repeat patterns.

Instructions

Add a new task.

Supports Smart Add syntax when parse=True: - ^date for due date (^tomorrow, ^next friday) - !priority (!1, !2, !3) - #tag for tags (#work, #urgent) - @location - =time estimate (=30min, =1h) - *repeat pattern (*daily, *weekly)

Args: name: Task name (with optional Smart Add syntax) list_name: List to add to (uses default list if not specified) parse: Parse Smart Add syntax (default: True)

Returns: Created task details with transaction ID for undo

Examples: - add_task("Buy groceries") - add_task("Call mom ^tomorrow !1 #family") - add_task("Weekly review *weekly ^monday", list_name="Work")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
list_nameNo
parseNo

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/ljadach/rtm-mcp'

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