Skip to content
Back to index

Capability Reference

Reference

Agiflow 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.

Quick answer

A connected assistant can use the Agiflow tools allowed by its scope to work with projects, work units, tasks, comments, artifacts, vault entries, members, and workflow locks.

Maintained by Agiflow. Published . Last updated .

01 : Scope Endpoints

Organization

/api/v1/organizations/{organizationId}/mcp

Projects, templates, members, active tasks, and organization summaries.

Project

/api/v1/organizations/{organizationId}/projects/{projectId}/mcp

One project, its statuses, tasks, work units, task comments, artifacts, vault entries, and workflows.

Work unit

/api/v1/organizations/{organizationId}/projects/{projectId}/work-units/{workUnitId}/mcp

One work unit, its progress, its tasks, and task comments.

Task

/api/v1/organizations/{organizationId}/tasks/{taskId}/mcp

One task and its comments.

OAuth/default

/api/v1/mcp

Resource-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_scope

Projects

Project tools manage project records, built-in templates, and status columns.

create_projectlist_projectslist_templateslist_project_statusesget_project_detailupdate_projectdelete_project

Work 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_progress

Tasks 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_comment

Members and organization

Organization tools expose workspace summary data, members, active projects, and invite flows where enabled.

get_organization_summaryget_organizationlist_memberscreate_member

03 : 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_artifact

Vault 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_entries

Workflow 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-lock

04 : Prompt Skills

getting-started

Returns the workflow overview and tool usage orientation.

project-plan

Plans a backlog from a project goal and creates planning tasks.

run-work

Guides execution across a work unit.

run-task

Guides execution for a single task.

refine-task

Adds missing detail to a planning or todo task.

backlog-grooming

Prioritizes tasks and prepares the backlog for execution.

review-work

Checks completed work against acceptance criteria.

triage

Diagnoses blocked, stale, or incoming work.

daily-standup

Summarizes done, doing, blocked, and next work.

orchestrate

Selects the next highest-priority todo task based on current capacity.

05 : Related

Support

Need help getting a board connected to your assistant?

Email support

Feedback

Missing a guide for your team’s project setup?

Open an issue

Community

Share how your team plans campaigns, deals, and client work.

Join Discord