You're viewing a demo portfolio

Join the waitlist
PRSM

insert_notion_mermaid_diagram

Active

Tool of com.mermaidchart/mermaid-mcp

declared in 1.0.0

Append a Mermaid diagram as a code block to a Notion page. The block is added at the end of the page content.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "pageUrl",
    "code",
    "clientName"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "Mermaid diagram source code."
    },
    "caption": {
      "type": "string",
      "description": "Optional caption displayed below the code block."
    },
    "pageUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL of the Notion page to insert the diagram into."
    },
    "clientName": {
      "type": "string",
      "description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.mermaidchart/mermaid-mcp

https://github.com/Mermaid-Chart/mermaid-mcp

1/7 registries
View full server →
insert_notion_mermaid_diagram — com.mermaidchart/mermaid-mcp — PRSM MCP