Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level | info |
| TUDUDI_API_KEY | Yes | Your Tududi API key | |
| TUDUDI_API_URL | No | The URL of the Tududi API server | http://localhost:3000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tududi_list_tasks | List all tasks from Tududi |
| tududi_create_task | Create a new task in Tududi |
| tududi_update_task | Update an existing task |
| tududi_delete_task | Delete a task |
| tududi_complete_task | Mark a task as complete |
| tududi_list_projects | List all projects from Tududi |
| tududi_create_project | Create a new project in Tududi |
| tududi_list_areas | List all areas from Tududi |
| tududi_search_tasks | Search tasks with filters |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |