Miro MCP

by k-jarzyna

update-connector

Modify a connector on a Miro board by updating its start and end items or adjusting stroke style, color, and width. Requires boardId and connectorId for identification.

Instructions

Update an existing connector on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the connector
connectorIdYesUnique identifier (ID) of the connector that you want to update
endItemNoEnd item of the connector
startItemNoStart item of the connector
styleNoUpdated style 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 that contains the connector", "type": "string" }, "connectorId": { "description": "Unique identifier (ID) of the connector that you want to update", "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": "Updated style configuration of the connector", "properties": { "endStrokeCap": { "description": "Updated end stroke cap style", "type": "string" }, "startStrokeCap": { "description": "Updated start stroke cap style", "type": "string" }, "strokeColor": { "description": "Updated color of the connector stroke", "type": "string" }, "strokeStyle": { "description": "Updated style of the connector stroke (normal, dashed, etc.)", "type": "string" }, "strokeWidth": { "description": "Updated width of the connector stroke", "type": "number" } }, "type": "object" } }, "required": [ "boardId", "connectorId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404