Skip to main content
Glama

Things MCP Server

by hald

update_project

Modify project details in the Things app, including title, notes, schedule, deadline, tags, completion status, or cancellation, using a specified project ID.

Instructions

Update an existing project in Things

Args: id: ID of the project to update title: New title notes: New notes when: New schedule deadline: New deadline tags: New tags completed: Mark as completed canceled: Mark as canceled

Input Schema

NameRequiredDescriptionDefault
canceledNo
completedNo
deadlineNo
idYes
notesNo
tagsNo
titleNo
whenNo

Input Schema (JSON Schema)

{ "properties": { "canceled": { "default": null, "title": "Canceled", "type": "boolean" }, "completed": { "default": null, "title": "Completed", "type": "boolean" }, "deadline": { "default": null, "title": "Deadline", "type": "string" }, "id": { "title": "Id", "type": "string" }, "notes": { "default": null, "title": "Notes", "type": "string" }, "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" }, "title": { "default": null, "title": "Title", "type": "string" }, "when": { "default": null, "title": "When", "type": "string" } }, "required": [ "id" ], "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