Skip to main content
Glama
466,580 tools. Updated 2026-08-19 17:15

"A tool for sharing files, task lists, and a kanban board" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • 连板网A股复盘数据: 连板天梯/题材/情绪周期/龙虎榜游资/个股涨停史 (A-share daily review, free read-only)

  • Move a task to a different column on the kanban board to update its status. Specify the task and target column UUIDs.
    MIT
  • Create a new column in a project's kanban board by providing the project ID and column name. This helps organize tasks within the board.
    MIT
  • Create a new task on a Kanban board. Requires only a task name and board ID; supports optional lane, assignee, priority, due date, and tags.
    MIT
  • Set or clear one of 15 custom field slots on a Kanban Tool task. Pair with list_custom_field_definitions to ensure value matches the field type.
    MIT
  • Start a timer to track time spent on a task. Provide task ID; optionally supply board ID to avoid an extra API request.
    MIT
  • Update specific fields of a Kanban Tool task—name, priority, due date, assignee, or tags—without altering other fields. Only provided values are sent; null fields are omitted.
    MIT
  • Archive a task in Kanban Tool by task ID. Returns updated task with is_archived=True, idempotent for already-archived tasks.
    MIT
  • Retrieve a Miro board's metadata to find its owner, creation date, sharing policy, and description. Use this tool to answer questions about board settings and ownership.
    MIT
  • Retrieve the entire kanban board with tasks grouped by status columns: backlog, in progress, testing, and done. Use this to render or summarize the board.
    MIT