Miro MCP

by k-jarzyna

create-tag

Generate new tags on Miro boards by specifying board ID, tag title, and optional fill color, enabling organized content categorization directly via Miro MCP server.

Instructions

Create a new tag on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board where the tag will be created
dataYesThe content and configuration of the tag
fillColorNoFill color of the tag (hex format, e.g. #000000)

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 tag will be created", "type": "string" }, "data": { "additionalProperties": false, "description": "The content and configuration of the tag", "properties": { "title": { "description": "Title of the tag", "type": "string" } }, "required": [ "title" ], "type": "object" }, "fillColor": { "description": "Fill color of the tag (hex format, e.g. #000000)", "type": "string" } }, "required": [ "boardId", "data" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404