Miro MCP

by k-jarzyna

remove-project-member

Remove a member from a project within an organization or team on Miro MCP. Specify the orgId, teamId, projectId, and memberId to manage project access effectively (Enterprise only).

Instructions

Removes a member from a project (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
memberIdYesThe ID of the member that you want to remove from a project
orgIdYesThe ID of the organization to which the project belongs
projectIdYesThe ID of the project from which you want to remove a member
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": { "memberId": { "description": "The ID of the member that you want to remove from a project", "type": "string" }, "orgId": { "description": "The ID of the organization to which the project belongs", "type": "string" }, "projectId": { "description": "The ID of the project from which you want to remove a member", "type": "string" }, "teamId": { "description": "The ID of the team to which the project belongs", "type": "string" } }, "required": [ "orgId", "teamId", "projectId", "memberId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404