Task API Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoAlternative port name (takes precedence)
TASK_MANAGER_API_KEYYesAPI key for authentication
TASK_MANAGER_HTTP_PORTNoPort for the HTTP server3000
TASK_MANAGER_API_BASE_URLYesURL for the external Task API

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
listAllTasks
createTaskNaturalLanguage
createNewTask
taskProgressReport

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
listTasks-
createTask-
updateTask-
deleteTask-