Penrose MCP Server

by bmorphism
Verified

create_style

Define visual representation rules for mathematical diagrams by specifying canvas dimensions, selectors, properties, and constraints to structure their appearance.

Instructions

Define visual representation rules

Input Schema

NameRequiredDescriptionDefault
canvasYes
rulesYes

Input Schema (JSON Schema)

{ "properties": { "canvas": { "properties": { "height": { "type": "number" }, "width": { "type": "number" } }, "required": [ "width", "height" ], "type": "object" }, "rules": { "items": { "properties": { "constraints": { "items": { "type": "string" }, "type": "array" }, "properties": { "type": "object" }, "selector": { "type": "string" } }, "required": [ "selector", "properties", "constraints" ], "type": "object" }, "type": "array" } }, "required": [ "canvas", "rules" ], "type": "object" }

You must be authenticated.

Other Tools from Penrose MCP Server

Related Tools

ID: bc2re1p5ho