Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_thread | Create a new thread for tracking an activity stream |
| update_thread | Update properties of an existing thread |
| archive_thread | Archive a thread (optionally with children) |
| delete_thread | Permanently delete a thread |
| get_thread | Get a single thread by ID or name |
| add_progress | Add a progress note to a thread |
| list_progress | Get progress history for a thread |
| edit_progress | Edit an existing progress entry |
| delete_progress | Delete a progress entry |
| create_container | Create a new container for organizing threads |
| update_container | Update properties of a container |
| delete_container | Delete a container |
| create_group | Create a new group for cross-cutting organization |
| update_group | Update properties of a group |
| delete_group | Delete a group |
| set_parent | Set the parent of a thread or container |
| move_to_group | Move a thread or container to a group |
| get_children | Get immediate children of an entity |
| get_ancestors | Get all ancestors of an entity (path to root) |
| get_subtree | Get the full subtree rooted at an entity |
| list_threads | List threads with optional filtering |
| list_containers | List containers with optional filtering |
| list_groups | List all groups |
| search_threads | Search threads and containers by text query |
| get_next_action | Suggest the next thread to work on based on priority |
| get_full_tree | Get the complete hierarchy tree |
| get_entity | Get any entity (thread or container) by ID or name |
| get_container | Get a container by ID or name |
| get_group | Get a group by ID or name |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Threads | List of all threads in the system |
| Active Threads | Threads with active status |
| Hot Threads | Threads with hot or warm temperature |
| All Containers | List of all containers in the system |
| All Groups | List of all groups in the system |
| Full Hierarchy Tree | Complete hierarchy of all threads and containers |
| Next Action | Suggested next thread to work on |