FluentBoards Abilities
FluentBoards exposes its boards, stages, tasks, labels, and comments as MCP abilities, letting AI list and read Kanban boards and tasks, create and manage boards, stages, tasks, and labels, move/assign/archive tasks, search and list tasks across every board, and add comments — all scoped by FluentBoards' own board-membership and viewer-only permission model.
21
Total
8
Read
13
Write
Requires the FluentBoards plugin on WordPress 6.9+ for the Abilities API (abilities are registered on the wp_abilities_api_init hook, which only fires when the WordPress Abilities API is available) plus the WP MCP Adapter, which FluentBoards uses to expose a dedicated 'fluent-boards' MCP server. Every ability is additionally gated by a permission_callback tied to FluentBoards' own access model: general app access just requires a logged-in WordPress user, board-scoped read/write abilities require board membership (or FluentBoards/WordPress admin status) with viewer-only board members blocked from any write, and create-board additionally requires board-creation permission (granted to admins, or to members when 'Allow members to create boards' is enabled).
Add Comment
Writefluent-boards/add-comment
Add a private or public comment to a task, with optional @mentions.
Add Task Label
Writefluent-boards/add-task-label
Attach one or more existing board labels to a task, by id or by title.
Archive or Restore Task
Writefluent-boards/archive-task
Archive a task or restore a previously archived one.
Archive Stage
Writefluent-boards/archive-stage
Archive a stage or restore a previously archived one; archived stages keep their tasks.
Assign Task
Writefluent-boards/assign-task
Add, remove, or sync a task's assignees. Assignees also become task watchers.
Create Board
Writefluent-boards/create-board
Create a new board with default or custom labels, stages, and members.
Create or Update Label
Writefluent-boards/save-label
Create a new board label, or update an existing one when label_id is given.
Create or Update Stage
Writefluent-boards/save-stage
Create a new stage on a board, or update an existing one when stage_id is given.
Create Task
Writefluent-boards/create-task
Create a new task in a specific board stage.
Delete Label
Writefluent-boards/delete-label
Delete a board label and detach it from every task that carries it.
Get Board
Read-onlyfluent-boards/get-board
Get full details for one board, including stages, labels, members, and optionally a task summary.
Get FluentBoards Context
Read-onlyfluent-boards/get-fluentboards-context
Discovery call that returns the current user, site metadata, permissions, enums, safety levels, and usage guidelines for the MCP session.
Get Task
Read-onlyfluent-boards/get-task
Get full details for a single task, including comments, activity history, labels, assignees, and watchers.
List Boards
Read-onlyfluent-boards/list-boards
List boards visible to the current user, with search, type, and archived filters.
List Labels
Read-onlyfluent-boards/list-labels
List the labels defined on a board, optionally only those currently used by tasks.
List My Tasks
Read-onlyfluent-boards/list-my-tasks
List tasks across every board the caller can see, grouped by dashboard categories: assigned, mentioned, upcoming, due today, overdue, completed, or others.
List Tasks
Read-onlyfluent-boards/list-tasks
List and filter tasks within a board by search, stage, status, priority, assignee, labels, and due date.
Move Task
Writefluent-boards/move-task
Move a task to a different stage or board, with precise positional ordering.
Remove Task Label
Writefluent-boards/remove-task-label
Detach one or more labels from a task, by id or by title. The board label itself is kept.
Search Tasks
Read-onlyfluent-boards/search-tasks
Search tasks by title across every board the caller can see, with an "id:123" exact lookup and an "archived:term" prefix.
Update Task
Writefluent-boards/update-task
Update a task's title, description, status, priority, dates, assignees, CRM contact, or settings.
More Backup & Site Management plugins with abilities
All Backup & Site Management →Use FluentBoards's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.