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 |
|---|---|
| tasks-analytics | get analytics for users tasks |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| tasks | Get all tasks from the database |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-task | create a new todo task |
| move-task | move a task to a different status |
| set-prioity | set a task to a different priority |