Miro MCP

by k-jarzyna

get-project-member

Retrieve detailed information about a specific project member by providing organization, team, project, and member IDs. Use this tool to manage and access member data within Miro's Enterprise environment.

Instructions

Retrieves information about a specific project member (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
memberIdYesThe ID of the member for which you want to retrieve information
orgIdYesThe ID of the organization to which the project belongs
projectIdYesThe ID of the project from which you want to retrieve specific member information
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 for which you want to retrieve information", "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 retrieve specific member information", "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