Skip to main content
Glama

Things MCP Server

by hald

update-project

Modify project details in Things MCP Server, including title, deadline, status, tags, and notes. Use this tool to update tasks and keep projects organized.

Instructions

Update an existing project in Things

Input Schema

NameRequiredDescriptionDefault
canceledNoMark as canceled
completedNoMark as completed
deadlineNoNew deadline
idYesID of the project to update
notesNoNew notes
tagsNoNew tags
titleNoNew title
whenNoNew schedule

Input Schema (JSON Schema)

{ "properties": { "canceled": { "description": "Mark as canceled", "type": "boolean" }, "completed": { "description": "Mark as completed", "type": "boolean" }, "deadline": { "description": "New deadline", "type": "string" }, "id": { "description": "ID of the project to update", "type": "string" }, "notes": { "description": "New notes", "type": "string" }, "tags": { "description": "New tags", "items": { "type": "string" }, "type": "array" }, "title": { "description": "New title", "type": "string" }, "when": { "description": "New schedule", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Things MCP Server

Related Tools

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