Skip to main content
Glama

Task Trellis MCP

create_object

Add new objects to Task Trellis MCP by specifying type, title, and optional details like priority, status, prerequisites, and parent ID for structured task management.

Instructions

Creates a new object in the task trellis system

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the object
kindYesType of object to create
parentNoParent object ID (optional)
prerequisitesNoArray of prerequisite object IDs (defaults to empty array)
priorityNoPriority level (defaults to 'medium')medium
statusNoStatus of the object (defaults to 'draft')draft
titleYesTitle of the object

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the object", "type": "string" }, "kind": { "description": "Type of object to create", "type": "string" }, "parent": { "description": "Parent object ID (optional)", "type": "string" }, "prerequisites": { "default": [], "description": "Array of prerequisite object IDs (defaults to empty array)", "items": { "type": "string" }, "type": "array" }, "priority": { "default": "medium", "description": "Priority level (defaults to 'medium')", "type": "string" }, "status": { "default": "draft", "description": "Status of the object (defaults to 'draft')", "type": "string" }, "title": { "description": "Title of the object", "type": "string" } }, "required": [ "kind", "title" ], "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