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 |
---|---|
list_projects | Returns id, name, status, timestamps, purpose, clients_enabled, bookmarked, and enabled dock tools. Supports pagination and JSON output. |
get_todoset | Resolves the project's to-do set by reading the dock; can include lists. |
list_todolists | Resolves the project's to-do set from dock, then lists its to-do lists. |
create_todo | Create a new to-do in the given list. |
list_messages | Resolves the project's message board from the dock, then lists messages with pagination. Optionally include full content. |
get_message | Fetch a single message by ID; render body as markdown/html/text, or return raw JSON. |