Skip to main content
Glama

Dataverse MCP Server

by mwhesse

generate_mermaid_diagram

Create Mermaid entity relationship diagrams from Dataverse schema JSON files to visualize data models with tables, columns, and relationships for documentation and analysis.

Instructions

Generates a Mermaid entity relationship diagram from an exported schema JSON file. Creates visual documentation of your data model with tables, columns, and relationships. Perfect for documentation, presentations, and understanding data structure.

Input Schema

NameRequiredDescriptionDefault
includeColumnsNoWhether to include column details in the diagram
includeRelationshipsNoWhether to include relationships in the diagram
outputPathNoPath where to save the Mermaid diagram file (default: schema-diagram.mmd)
schemaPathYesPath to the exported JSON schema file
tableNameFilterNoList of table logical names to include in the diagram. If not specified, all tables will be included.

Input Schema (JSON Schema)

{ "properties": { "includeColumns": { "default": true, "description": "Whether to include column details in the diagram", "type": "boolean" }, "includeRelationships": { "default": true, "description": "Whether to include relationships in the diagram", "type": "boolean" }, "outputPath": { "description": "Path where to save the Mermaid diagram file (default: schema-diagram.mmd)", "type": "string" }, "schemaPath": { "description": "Path to the exported JSON schema file", "type": "string" }, "tableNameFilter": { "description": "List of table logical names to include in the diagram. If not specified, all tables will be included.", "items": { "type": "string" }, "type": "array" } }, "required": [ "schemaPath" ], "type": "object" }

Other Tools from Dataverse MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mwhesse/mcp-dataverse'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server