Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
todo-summary | Gera um resumo analítico dos todos com estatísticas avançadas |
todo-prioritization | Sugere priorização inteligente dos todos baseada em múltiplos critérios |
todo-insights | Fornece insights detalhados sobre padrões de produtividade |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
All Todos | Complete list of all todos with full details |
Todo Statistics | Statistics about todos (total, completed, pending) |
Completed Todos | Only completed todos |
Pending Todos | Only pending todos |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_todo | Create a new todo item with validation |
update_todo | Update an existing todo item |
delete_todo | Delete a todo item |
list_todos | List todos with filtering and pagination |
get_todo | Get a specific todo by ID |
search_todos | Search todos by title or description |