get_notion_mermaid_diagram_by_block_id
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
Retrieve a single Mermaid diagram block by its block ID. Returns the diagram code and optional caption.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"blockId",
"clientName"
],
"properties": {
"blockId": {
"type": "string",
"description": "The Notion block ID of the mermaid code block (e.g. from get_notion_page_mermaid_diagrams)."
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries