Available Tools
Changing an existing member’s role and removing someone from a workspace are not available through the MCP server. Both are supported in the Feedspace dashboard under workspace team settings.
reinvite_team_member only works while an invitation is still pending. Once it has been accepted, there is nothing to resend.Roles and Permissions
Your role determines what the MCP server can do on your behalf. A Viewer authenticating through MCP gets read-only access, so write tools return a permission error.
Which Team Member ID to Use
Team member operations are addressed byunique_invitation_id, the string identifier returned by list_team_members. The numeric id in the same response is not accepted; passing it returns a 404 “invitation not found”.
Note that the workspace owner is returned by list_team_members with a null unique_invitation_id when they have no invitation record, so the owner cannot be targeted by these tools.