Miro MCP

by k-jarzyna

create-connector

Establishes a new connector between two items on a Miro board. Specify board ID, start and end item IDs, and customize stroke style for visual design.

Instructions

Create a new connector between items on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board where the connector will be created
endItemYesEnd item of the connector
startItemYesStart item of the connector
styleNoStyle configuration of the connector

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board where the connector will be created", "type": "string" }, "endItem": { "additionalProperties": false, "description": "End item of the connector", "properties": { "id": { "description": "ID of the item at the end of the connector", "type": "string" } }, "required": [ "id" ], "type": "object" }, "startItem": { "additionalProperties": false, "description": "Start item of the connector", "properties": { "id": { "description": "ID of the item at the start of the connector", "type": "string" } }, "required": [ "id" ], "type": "object" }, "style": { "additionalProperties": false, "description": "Style configuration of the connector", "properties": { "endStrokeCap": { "description": "End stroke cap style", "type": "string" }, "startStrokeCap": { "description": "Start stroke cap style", "type": "string" }, "strokeColor": { "description": "Color of the connector stroke", "type": "string" }, "strokeStyle": { "description": "Style of the connector stroke (normal, dashed, etc.)", "type": "string" }, "strokeWidth": { "description": "Width of the connector stroke", "type": "number" } }, "type": "object" } }, "required": [ "boardId", "startItem", "endItem" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404