Capability Reference
ReferenceAgiflow provides project-board tools and prompt skills to the external assistant you connect. Agiflow does not run the assistant; it gives that assistant scoped access to projects, work units, tasks, artifacts, vault entries, and workflow coordination state.
01 — Scope Endpoints
Organization
/api/v1/organizations/{organizationId}/mcpProjects, templates, members, active tasks, and organization summaries.
Project
/api/v1/organizations/{organizationId}/projects/{projectId}/mcpOne project, its statuses, tasks, work units, task comments, artifacts, vault entries, and workflows.
Work unit
/api/v1/organizations/{organizationId}/projects/{projectId}/work-units/{workUnitId}/mcpOne work unit, its progress, its tasks, and task comments.
Task
/api/v1/organizations/{organizationId}/tasks/{taskId}/mcpOne task and its comments.
OAuth/default
/api/v1/mcpResource-bound sessions selected during authorization.
02 — Core Tools
Progressive discovery
Every Agiflow platform session starts with these meta-tools so assistants can discover only the tools and skills they need.
describe_capabilitiesuse_capabilityget_current_scopeProjects
Project tools manage project records, built-in templates, and status columns.
create_projectlist_projectslist_templateslist_project_statusesget_project_detailupdate_projectdelete_projectWork units
Work unit tools group related tasks into epics, features, or milestones and report completion progress.
batch_create_work_unitslist_work_unitsget_work_unitupdate_work_unitdelete_work_unitget_work_unit_progressTasks and comments
Task tools create, update, move, assign, and discuss project work.
create_taskbatch_create_taskslist_tasksget_tasklist_active_tasks_by_orgupdate_taskdelete_taskreorder_taskscreate_task_commentlist_task_commentsget_task_commentupdate_task_commentdelete_task_commentMembers and organization
Organization tools expose workspace summary data, members, active projects, and invite flows where enabled.
get_organization_summaryget_organizationlist_memberscreate_member03 — Artifacts, Vault, And Workflows
Artifacts
Artifacts use relational metadata plus R2 object storage. Signed URLs are used for upload and download, and artifacts can be linked to tasks or work units.
list_artifactsget_artifact_signed_urlupdate_artifactlink_artifactdelete_artifactVault entries
Vault tools are project-scoped. Values are masked in list/get responses, encrypted at rest, and controlled by environment read/write permissions.
list_vault_entriesget_vault_entryset_vault_entrydelete_vault_entrybulk_upsert_vault_entriesWorkflow locks
Workflow tools coordinate one running workflow per project, work unit, or task composition so external assistants do not duplicate active work.
acquire-workflow-lockrelease-workflow-lockget-workflowlist-workflowsupdate-workflowdelete-workflowcheck-workflow-lock04 — Prompt Skills
getting-startedReturns the workflow overview and tool usage orientation.
project-planPlans a backlog from a project goal and creates planning tasks.
run-workGuides execution across a work unit.
run-taskGuides execution for a single task.
refine-taskAdds missing detail to a planning or todo task.
backlog-groomingPrioritizes tasks and prepares the backlog for execution.
review-workChecks completed work against acceptance criteria.
triageDiagnoses blocked, stale, or incoming work.
daily-standupSummarizes done, doing, blocked, and next work.
orchestrateSelects the next highest-priority todo task based on current capacity.