Tududi MCP
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tududi_list_tasksA | List all tasks from Tududi |
| tududi_create_taskB | Create a new task in Tududi |
| tududi_update_taskC | Update an existing task |
| tududi_delete_taskB | Delete a task |
| tududi_complete_taskC | Mark a task as complete |
| tududi_list_projectsA | List all projects from Tududi |
| tududi_create_projectB | Create a new project in Tududi |
| tududi_list_areasA | List all areas from Tududi |
| tududi_search_tasksC | 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 | |
TDQS
Scored across 9 tools
Most tools have distinct purposes, but 'tududi_complete_task' overlaps with 'tududi_update_task' since completing a task is a specific update. Descriptions help differentiate, but potential misselection exists.
All tools follow a consistent 'tududi_verb_noun' pattern using clear verbs (complete, create, delete, list, search, update) and nouns (task, project, area). Excellent naming convention.
9 tools is well within the ideal 3-15 range. The number feels appropriate for a task/project management server, covering core CRUD operations without being overwhelming.
Tasks have full CRUD plus search and complete, but projects only have create and list (missing update/delete), and areas only have list. This leaves notable gaps in managing projects and areas.