Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_object | Creates a new object in the task trellis system |
update_object | Updates an existing object in the task trellis system |
get_object | Gets an object from the task trellis system |
delete_object | Deletes an object from the task trellis system |
list_objects | Lists objects from the task trellis system |
append_object_log | Appends content to an object's log in the task trellis system |
claim_task | Claims a task in the task trellis system |
complete_task | Completes a task in the task trellis system |
prune_closed | Prunes closed objects from the task trellis system |
activate | Activates the task trellis system in local or remote mode |