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 |
---|---|
assess_task | A tool to assess the complexity and structure of a task. A task can only be assessed if it hasn't been started yet. |
task_status | A tool to update the status of a task. Must be used when beginning and completing a task. A task must be assessed before it can be started. A task's parent task must be in progress first for subtasks to be started or completed. |
register_task | A tool to register a new task that must be performed. Can optionally be part of a parent task, or specify dependent tasks that must be completed before this task can be performed. |