Miro MCP

by k-jarzyna

update-tag

Modify tags on Miro boards by updating their title or fill color. Specify the board and tag IDs to ensure accurate changes. Ideal for maintaining organized and visually consistent boards.

Instructions

Update an existing tag on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the tag
fillColorNoUpdated fill color of the tag (hex format, e.g. #000000)
tagIdYesUnique identifier (ID) of the tag that you want to update
titleNoUpdated title of the tag

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 tag", "type": "string" }, "fillColor": { "description": "Updated fill color of the tag (hex format, e.g. #000000)", "type": "string" }, "tagId": { "description": "Unique identifier (ID) of the tag that you want to update", "type": "string" }, "title": { "description": "Updated title of the tag", "type": "string" } }, "required": [ "boardId", "tagId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404