Features
Page Collections
-
Added
collectiontool with 13 operations for collection CRUD, page membership, and member access. -
Added
page set_collectionto file or move pages between collections. -
Added
collection_idtopage create.
Templates
-
Added
templatetool for work item, page, and project templates at workspace/project scope. -
Project templates are workspace-scoped since they create projects.
Page Lifecycle
-
Added
page update,archive, anddelete. -
Added
parent_idtopage createfor page hierarchies. -
page archivesupports restore viaarchive=false.
Workspace-Governed States
-
Added workspace-scoped state support.
-
Added guidance for both governed and project-managed states.
-
Applied scoped handling to
state,workitem_type, andworkitem_property. -
Added validation for catalogue-only fields such as
sequenceanddefault.
Logging
-
Added
resourceandactionto everytools/callrecord. -
Added
LOG_PAYLOADS(defaulttrue) to control request payload logging.
Improvements
Pages
-
Optimized
page set_collectionto resolve the current collection directly — at most two requests, regardless of workspace size. -
page listandpage retrievenow returnparent_idandcollection_id.
Templates
-
template updatenow mergestemplate_datainstead of requiring unchanged fields. -
Template listings without
project_idinclude both workspace and project templates.
Tool Surface
-
Expanded to 30 tools and 204 operations, from 28 tools and 183 operations.
-
New tools are appended to preserve the first 11 existing tool definitions byte-identical and retain cached prompt prefixes.
-
Moved governance and toolkit conventions to
plane_mcp/toolkit/README.md.
Fixes
Validation
-
Fix project descriptions not appearing in the project overview
-
Fixed
triageincorrectly being exposed as a settable state group. -
Removed the unusable
is_triageparameter. -
collection updatenow requiresnameorsort_order.
Error Messages
-
Improved
page set_collectionerrors for unsupported project pages. -
Fixed project-scoped template writes on governed workspaces to return the correct ownership guidance.