Skip to main content
Glama

Task Trellis MCP

append_object_log

Adds specified content to an object's log within Task Trellis, enabling users to update and track task-related records efficiently.

Instructions

Appends content to an object's log in the task trellis system

Input Schema

NameRequiredDescriptionDefault
contentsYesContents to append to the log
idYesID of the object to append log to

Input Schema (JSON Schema)

{ "properties": { "contents": { "description": "Contents to append to the log", "type": "string" }, "id": { "description": "ID of the object to append log to", "type": "string" } }, "required": [ "id", "contents" ], "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