VoidTrack Docs
MCP tool reference

Members and invites

MCP tools for members and invites.

Generated from the live tool catalog in packages/mcp/src/server.ts. Run pnpm mcp-docs in apps/docs to regenerate after changing a tool.

list_users

List workspace members (for assigning issues). The entry with isMe=true is the API key owner.

This tool takes no parameters.

set_member_role

Change a workspace member's role. Admin only. Refuses to demote the last admin.

ParameterTypeRequiredDescription
userIdstringyesUser id
role"admin" | "member"yesNew role

remove_member

Remove a member from the workspace, revoking team access, API keys, and sessions. Admin only.

ParameterTypeRequiredDescription
userIdstringyesUser id

list_invites

List pending workspace invites. Admin only.

This tool takes no parameters.

create_invite

Invite someone to the workspace by email. Admin only.

ParameterTypeRequiredDescription
emailstringyesInvitee's email
role"admin" | "member"noRole to grant, defaults to member

delete_invite

Revoke a pending invite. Admin only.

ParameterTypeRequiredDescription
idstringyesInvite id

On this page