Skip to main content
Glama

delete_project

Remove projects from your Things 3 task management system by marking them as canceled using the project ID.

Instructions

删除项目(通过将其标记为已取消)。需要提供项目ID和授权令牌。

Input Schema

NameRequiredDescriptionDefault
idYes项目的ID(必需)
authTokenNo授权令牌(如未提供,将使用环境变量THINGS_AUTH_TOKEN)

Input Schema (JSON Schema)

{ "properties": { "authToken": { "description": "授权令牌(如未提供,将使用环境变量THINGS_AUTH_TOKEN)", "type": "string" }, "id": { "description": "项目的ID(必需)", "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/Mieluoxxx/things_mcp'

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