Plandex · Capability
Plandex Server — Plan Management
Plandex Server — Plan Management. Lists and mutates plans across projects, branches, and configuration. Self-contained Naftiko capability covering the non-streaming plan-management surface of the Plandex REST API.
What You Can Do
GET
Listplans
— List Plans
/v1/plans
GET
Listplansrunning
— List Running Plans
/v1/plans/running
GET
Listarchivedplans
— List Archived Plans
/v1/plans/archived
GET
Getplan
— Get Plan
/v1/plans/{planid}
DELETE
Deleteplan
— Delete Plan
/v1/plans/{planid}
PATCH
Renameplan
— Rename Plan
/v1/plans/{planid}/rename
PATCH
Archiveplan
— Archive Plan
/v1/plans/{planid}/archive
PATCH
Unarchiveplan
— Unarchive Plan
/v1/plans/{planid}/unarchive
POST
Createplan
— Create Plan
/v1/projects/{projectid}/plans
GET
Listbranches
— List Plan Branches
/v1/plans/{planid}/branches
GET
Getplanconfig
— Get Plan Config
/v1/plans/{planid}/config
PUT
Updateplanconfig
— Update Plan Config
/v1/plans/{planid}/config
MCP Tools
list-plans
List Plans
read-only
idempotent
list-plans-running
List Running Plans
read-only
idempotent
list-plans-archived
List Archived Plans
read-only
idempotent
get-plan
Get Plan
read-only
idempotent
delete-plan
Delete Plan
rename-plan
Rename Plan
archive-plan
Archive Plan
idempotent
unarchive-plan
Unarchive Plan
idempotent
create-plan
Create Plan
list-branches
List Plan Branches
read-only
idempotent
get-plan-config
Get Plan Config
read-only
idempotent
update-plan-config
Update Plan Config
idempotent