Skip to main content
Glama

add-json

Add structured tasks and projects to Things 3 by providing JSON data with types like to-dos, projects, headings, and checklist items. Supports creating nested structures and updating existing items.

Instructions

Create complex projects and to-dos using the Things JSON command. Supports nested projects with headings, checklist items, and to-dos. The data should be an array of objects with "type" (to-do, project, heading, checklist-item) and "attributes" fields. For updates, include "operation": "update" and "id" fields, and provide auth-token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesJSON string containing an array of Things objects. Each object has 'type' (to-do/project/heading/checklist-item), optional 'operation' (create/update), optional 'id' (for updates), and 'attributes' (title, notes, when, deadline, tags, items, etc.)
authTokenNoThings auth-token (required when data contains update operations)
revealNoNavigate to the first created item

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/lucas-flatwhite/things-app-mcp'

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