Skip to main content
Glama

Things MCP Server

by hald

add_project

Create and organize projects in the Things app by specifying title, notes, schedule, deadline, tags, area, and initial todos for efficient task management.

Instructions

Create a new project in Things

Args: title: Title of the project notes: Notes for the project when: When to schedule the project deadline: Deadline for the project tags: Tags to apply to the project area_id: ID of area to add to area_title: Title of area to add to todos: Initial todos to create in the project

Input Schema

NameRequiredDescriptionDefault
area_idNo
area_titleNo
deadlineNo
notesNo
tagsNo
titleYes
todosNo
whenNo

Input Schema (JSON Schema)

{ "properties": { "area_id": { "default": null, "title": "Area Id", "type": "string" }, "area_title": { "default": null, "title": "Area Title", "type": "string" }, "deadline": { "default": null, "title": "Deadline", "type": "string" }, "notes": { "default": null, "title": "Notes", "type": "string" }, "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" }, "title": { "title": "Title", "type": "string" }, "todos": { "default": null, "items": { "type": "string" }, "title": "Todos", "type": "array" }, "when": { "default": null, "title": "When", "type": "string" } }, "required": [ "title" ], "type": "object" }

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/hald/things-mcp'

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