Skip to main content
Glama

Miro MCP

by k-jarzyna

create-board

Generate a new Miro board with a custom name, description, and sharing settings (private, view, comment, or edit). Assign it to a specific team for collaborative projects.

Instructions

Create a new Miro board with specified name and sharing policies

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the board
nameYesName of the board to create
sharingPolicyNoSharing policy for the board
teamIdNoTeam ID to assign the board to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Description of the board", "type": "string" }, "name": { "description": "Name of the board to create", "type": "string" }, "sharingPolicy": { "description": "Sharing policy for the board", "enum": [ "private", "view", "comment", "edit" ], "type": "string" }, "teamId": { "description": "Team ID to assign the board to", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

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