"modelDescription":"Renders a Mermaid diagram from Mermaid.js markup.",
"userDescription":"Render a Mermaid.js diagrams from markup.",
"inputSchema":{
"type":"object",
"properties":{
"markup":{
"type":"string",
"description":"The mermaid diagram markup to render as a Mermaid diagram. This should only be the markup of the diagram. Do not include a wrapping code block."
}
}
}
},
{
"name":"createMermaidDiagram",
"displayName":"Mermaid Creator",
"toolReferenceName":"createMermaidDiagram",
"canBeReferencedInPrompt":true,
"modelDescription":"Creates a Mermaid diagram from a description and renders for the user.",
"userDescription":"Creates and renders Mermaid.js diagrams.",
"inputSchema":{
"type":"object",
"properties":{
"description":{
"type":"string",
"description":"A plain text description of the Mermaid diagram to create. The description should be detailed enough for the model to generate a valid Mermaid diagram markup."