Tools Reference

Overview

AutoMD provides 20+ MCP tools organized by category. Each tool follows a consistent naming convention and returns structured responses.

Board tools

ToolDescription
list_boardsList all available boards
get_boardGet a board’s full content
create_boardCreate a new board

Task tools

ToolDescription
create_taskAdd a new task to a column
update_taskModify a task’s text or metadata
move_taskMove a task between columns
complete_taskMark a task as done
delete_taskRemove a task

Query tools

ToolDescription
search_tasksSearch tasks by text or metadata
filter_tasksFilter by assignee, label, priority
get_statsGet board statistics

Info

Full tool specifications with parameters and examples coming soon.