Skip to main content
Glama

Miro MCP

by k-jarzyna

share-board

Share Miro boards with specific access levels and optionally assign them to teams. Define permissions like private, view, comment, or edit to control collaboration effectively.

Instructions

Share a Miro board with specific access level and optional team assignment

Input Schema

NameRequiredDescriptionDefault
accessLevelYesAccess level for shared board
boardIdYesID of the board to share
teamIdNoTeam ID to assign the board to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessLevel": { "description": "Access level for shared board", "enum": [ "private", "view", "comment", "edit" ], "type": "string" }, "boardId": { "description": "ID of the board to share", "type": "string" }, "teamId": { "description": "Team ID to assign the board to", "type": "string" } }, "required": [ "boardId", "accessLevel" ], "type": "object" }

Other Tools from Miro MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-jarzyna/mcp-miro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server