---
name: ailatest-todo
description: Connect an AI agent to AILatest Todo tasks and public calendars through its REST API or remote MCP server.
homepage: https://todo.ailatest.org/
metadata:
  mcp: https://todo.ailatest.org/mcp
  openapi: https://todo.ailatest.org/openapi.json
---

# AILatest Todo

Use this skill when a user asks to read, create, update or complete their AILatest Todo tasks, or to inspect AILatest public academic, global-event and financial calendar packs.

## Connection

- Prefer the remote Streamable HTTP MCP endpoint: `https://todo.ailatest.org/mcp`.
- REST API base: `https://todo.ailatest.org/api/v1`.
- Send the user’s AILatest access token as `Authorization: Bearer <token>`.
- Personal task operations require an active Max membership. Never ask the user to paste a token into chat; use the client’s secret or authentication settings.

## Safety

- Reading tasks and public calendar metadata is read-only.
- Before creating, changing, completing or deleting a task, show the intended change and obtain user confirmation when the host client does not already provide one.
- Do not expose task notes, tokens or account identifiers outside the user’s requested destination.

## MCP tools

- `list_tasks`: list the current user’s tasks.
- `create_task`: create a task with title and optional due date, reminder, list and notes.
- `complete_task`: mark a task complete by ID.
- `list_calendar_packs`: list available public calendar datasets.

See `https://todo.ailatest.org/api-docs.html` for REST examples and `https://todo.ailatest.org/openapi.json` for the machine-readable contract.
