Skip to main content
Glama

Server Details

Model Context Protocol server for todo.vu task management and time tracking.

Ownership verified
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 18 tool updates
    • First observedadd_time_entry
    • First observedchange_tasks
    • First observedcreate_client
    • First observedcreate_project
    • First observedcreate_task
    • First observedget_health
    • First observedlist_clients
    • First observedlist_comments_attachments_time_entries
    • First observedlist_labels
    • First observedlist_projects
    • First observedlist_tasks
    • First observedlist_time_entries
    • First observedlist_users
    • First observedlist_workspaces
    • First observedrepeat_task
    • First observedtask_add_comment
    • First observedtask_stats
    • First observedtimer

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive Model Context Protocol (MCP) server for the Todoist API. Provides full access to tasks, projects, labels, sections, and comments with support for all task properties including priorities, due dates, labels, subtasks, and more.
    52
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server for managing todo lists and items with advanced features including task assignment, priorities, recurrence, filtering, and webhook notifications.
    1
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose. For example, add_time_entry, create_task, list_tasks, and timer target different aspects without overlap. Even combined tools like change_tasks handle batch updates, clearly separated from individual operations.

Naming Consistency4/5

Most tools follow a verb_noun pattern (e.g., create_client, list_tasks, add_time_entry). However, task_add_comment and task_stats start with the noun, deviating from the pattern. get_health also differs, but overall consistency is maintained.

Tool Count4/5

With 18 tools, the server is slightly above the typical 3-15 range but still reasonable for a domain covering tasks, clients, projects, time tracking, and workspace management. Each tool serves a clear purpose without being excessive.

Completeness3/5

The tool set covers creation and listing for main entities (clients, projects, tasks) and batch updates via change_tasks. However, missing explicit delete operations and dedicated update tools for clients and projects. Fetching single entities relies on list with ids, which is functional but less direct.

Resources