Miro MCP

by k-jarzyna

attach-tag

Link a tag to an item on a Miro board by specifying the board, tag, and item IDs for structured organization and easy identification.

Instructions

Attach a tag to an item on a Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that contains the tag and item
itemIdYesUnique identifier (ID) of the item to which you want to attach the tag
tagIdYesUnique identifier (ID) of the tag that you want to attach

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 and item", "type": "string" }, "itemId": { "description": "Unique identifier (ID) of the item to which you want to attach the tag", "type": "string" }, "tagId": { "description": "Unique identifier (ID) of the tag that you want to attach", "type": "string" } }, "required": [ "boardId", "tagId", "itemId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404