Miro MCP

by k-jarzyna

update-board-classification

Modify board classifications for specific boards by updating the label ID, enabling precise categorization and organization within Miro MCP for Enterprise users.

Instructions

Updates board classification for an existing board (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier of the board that you want to update
labelIdYesUnique identifier of the classification label to apply
orgIdYesid of the organization
teamIdYesid of the team

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier of the board that you want to update", "type": "string" }, "labelId": { "description": "Unique identifier of the classification label to apply", "type": "string" }, "orgId": { "description": "id of the organization", "type": "string" }, "teamId": { "description": "id of the team", "type": "string" } }, "required": [ "orgId", "teamId", "boardId", "labelId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404