get_notion_page_mermaid_diagrams
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
Extract all Mermaid code blocks from a Notion page. Returns block ID, diagram code, and optional caption for each block.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"pageUrl",
"clientName"
],
"properties": {
"pageUrl": {
"type": "string",
"format": "uri",
"description": "URL of the Notion page (e.g. https://www.notion.so/My-Page-abc123...)."
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries