Read project workspace
project_workspaceGets the active Workfile workspace, schema, enabled modules, and mutation mode. Read this first to see accepted areas, axes, document kinds, changelog types, and memory collections.
Instructions
Return the effective Workfile workspace, schema, enabled modules and mutation mode. Read this first when a vocabulary is project-declared: it reports the areas, axes, document kinds, changelog types and memory collections this project accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name from project.config.mjs. | |
| root | Yes | Absolute path to the workspace root. | |
| schema | No | Effective vocabularies and paths per module: cards (statuses, types, priorities, efforts, areas, axes), docs, memory, changelog, agents, ci, mcp and search. | |
| version | No | Schema version the workspace was created with. | |
| readOnly | Yes | Whether this server refuses mutations, from --read-only or mcp.allowMutations. |