Skip to main content
Glama

Miro MCP

by k-jarzyna

add-project-member

Assign a user to a Miro project by specifying their email and role, ensuring access within the organization and team. Ideal for enterprise project management.

Instructions

Adds a member to a project (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
emailYesEmail ID of the user to add to the project
orgIdYesThe ID of the organization to which the project belongs
projectIdYesThe ID of the project to which you want to add a user
roleYesRole to assign to the user
teamIdYesThe ID of the team to which the project belongs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "Email ID of the user to add to the project", "type": "string" }, "orgId": { "description": "The ID of the organization to which the project belongs", "type": "string" }, "projectId": { "description": "The ID of the project to which you want to add a user", "type": "string" }, "role": { "description": "Role to assign to the user", "enum": [ "owner", "editor", "commenter", "viewer" ], "type": "string" }, "teamId": { "description": "The ID of the team to which the project belongs", "type": "string" } }, "required": [ "orgId", "teamId", "projectId", "email", "role" ], "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