Task API Server
by milkosten
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Alternative port name (takes precedence) | |
TASK_MANAGER_API_KEY | Yes | API key for authentication | |
TASK_MANAGER_HTTP_PORT | No | Port for the HTTP server | 3000 |
TASK_MANAGER_API_BASE_URL | Yes | URL for the external Task API |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
listAllTasks | |
createTaskNaturalLanguage | |
createNewTask | |
taskProgressReport |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
listTasks | - |
createTask | - |
updateTask | - |
deleteTask | - |