Miro MCP

by k-jarzyna

update-board

Modify Miro board settings, including name, description, sharing policy, and team assignment, using the board's unique identifier for precise updates.

Instructions

Update an existing Miro board with new settings

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board that you want to update
descriptionNoNew description for the board
nameNoNew name for the board
sharingPolicyNoNew sharing policy for the board
teamIdNoNew team ID to assign the board to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board that you want to update", "type": "string" }, "description": { "description": "New description for the board", "type": "string" }, "name": { "description": "New name for the board", "type": "string" }, "sharingPolicy": { "description": "New sharing policy for the board", "enum": [ "private", "view", "comment", "edit" ], "type": "string" }, "teamId": { "description": "New team ID to assign the board to", "type": "string" } }, "required": [ "boardId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404