Skip to main content
Glama

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

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