MCP tools/Diagrams

Diagrams tools.

Diagrams are first-class document children. `listDiagramTypes` returns the catalogue; `getDiagramTypeGuide` returns the syntax reference for a chosen type. Inserts are versioned and their attribution is server-stamped. Architecture diagrams have icon sets (AWS, GCP, Azure, dev) reachable through `listArchitectureIcons`.

Live discovery

Your agent can call searchTools with category: "diagrams" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.

8 tools

Every tool below honours the credential’s permission scope and the user’s org role — agents see only what they’re authorised to call.

  • listDiagramTypes

    Catalogue of all supported diagram types.

  • getDiagramTypeGuide

    Syntax reference for a specific diagram type.

  • insertDiagramInDocument

    Add a new diagram inline in a document.

  • 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) for architecture diagrams.

  • getCdmdLanguageGuide

    Full CDMD block reference (markdown superset for Stable Baseline).