Skip to main content
Glama

Task Trellis MCP

delete_object

Removes an object from Task Trellis MCP by specifying its ID, with an optional force delete flag for permanent removal.

Instructions

Deletes an object from the task trellis system

Input Schema

NameRequiredDescriptionDefault
forceNoForce delete flag (defaults to false)
idYesID of the object to delete

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "description": "Force delete flag (defaults to false)", "type": "boolean" }, "id": { "description": "ID of the object to delete", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Task Trellis MCP

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/langadventurellc/task-trellis-mcp'

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