Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The environment mode, typically set to 'production'. | |
| WEB_MODE | No | Set to 'true' to run the server in web/API mode instead of the default local MCP mode. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_api_status | Obtiene el estado actual de la API de TinyTasks |
| get_tasks_stats | Obtiene estadísticas de las tareas: total, completadas, pendientes |
| list_tasks | Lista todas las tareas con filtro opcional por estado |
| get_task | Obtiene los detalles de una tarea específica |
| create_task | Crea una nueva tarea |
| update_task | Actualiza una tarea existente |
| toggle_task | Alterna el estado de completación de una tarea |
| delete_task | Elimina permanentemente una tarea |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |