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
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the object | |
kind | Yes | Type of object to create | |
parent | No | Parent object ID (optional) | |
prerequisites | No | Array of prerequisite object IDs (defaults to empty array) | |
priority | No | Priority level (defaults to 'medium') | medium |
status | No | Status of the object (defaults to 'draft') | draft |
title | Yes | Title of the object |