MCP & agents

All 64+ MCP tools, grouped.

The full catalogue of tools an MCP-connected agent can call. Every tool honours your key's capability scope — agents without write access simply won't see write tools.

Discovery is a tool, too

Your agent can call searchTools at any time to get the live catalogue plus input schemas.

Discovery

  • listOrganisations

    List all orgs the key can see.

  • listWorkspaces

    List workspaces under an org.

  • listProjects

    List projects under a workspace.

  • getProjectHierarchy

    Full folder + document tree for a project.

  • getFolderHierarchy

    Tree rooted at a given folder.

  • searchTools

    Search the MCP tool catalogue itself.

Documents

  • listDocuments

    List documents in a folder or project.

  • getDocument

    Read a document by ID.

  • createDocument

    Create a new document (CDMD).

  • editDocument

    Apply a line-based patch.

  • findAndReplaceTextInDocument

    Targeted string replacement.

  • deleteDocument

    Remove a document (soft delete).

  • listDocumentVersions

    Version history with authors & summaries.

Diagrams

  • listDiagramTypes

    Catalogue of all supported types.

  • getDiagramTypeGuide

    Syntax reference for a specific type.

  • insertDiagramInDocument

    Add a new diagram inline.

  • getDiagramInDocument

    Read a diagram's current source.

  • updateDiagramInDocument

    Replace or patch a diagram (versioned).

  • deleteDiagramInDocument

    Remove a diagram from a document.

  • listArchitectureIcons

    Icon sets (AWS, GCP, Azure, dev).

  • getCdmdLanguageGuide

    Full CDMD block reference.

Folders

  • listFolders

    List folders in a workspace/project.

  • createFolder

    Create a new folder.

  • updateFolder

    Rename or reorder a folder.

  • deleteFolder

    Remove a folder.

  • setItemParent

    Move a document or folder to a new parent.

Plans & tasks

  • listPlans

    List plans under a project.

  • getPlan

    Read a plan's phases and items.

  • createPlan

    Create a new plan.

  • updatePlan

    Change metadata or status.

  • deletePlan

    Remove a plan.

  • listPlanPhases

    Phases under a plan.

  • createPlanPhase

    Add a phase.

  • updatePlanPhase

    Edit a phase's dates or title.

  • reorderPlanPhases

    Set the WBS order.

  • deletePlanPhase

    Remove a phase.

  • listTasks

    List tasks in a phase.

  • getTask

    Read a single task.

  • createTask

    Create a new task.

  • addPlanActivity

    Add a comment or activity entry.

  • updatePlanComment

    Edit an activity entry.

  • deletePlanComment

    Remove an activity entry.

Improvements

  • listImprovements

    List improvements with filters.

  • searchImprovements

    Full-text search across improvements.

  • getImprovement

    Read a single improvement.

  • createImprovement

    Capture a new improvement.

  • updateImprovement

    Change status, type, or priority.

  • deleteImprovement

    Remove an improvement.

  • listImprovementCategories

    Category taxonomy.

  • createImprovementCategory

    Add a category.

  • updateImprovementCategory

    Edit a category.

  • deleteImprovementCategory

    Remove a category.

  • reorderImprovementCategories

    Change category order.

  • addImprovementActivity

    Add a comment or activity entry.

  • addImprovementEvidence

    Attach a doc, diagram, or link as evidence.

  • updateImprovementComment

    Edit an activity entry.

  • deleteImprovementComment

    Remove an activity entry.

Visual assets

  • createImageUploadSession

    Get a signed URL to upload an image.

  • insertImageInDocument

    Drop an uploaded image into a doc.

  • getImageInDocument

    Read image metadata.

  • updateImageInDocument

    Replace an image in place.

  • deleteImageInDocument

    Remove an image from a doc.

  • createVegaDataUploadSession

    Get a signed URL for CSV/JSON/TSV data.

  • deleteVegaDataFile

    Remove a data file.