Find Team
Resolve team structure, member IDs, workspace IDs, and current user identity for subsequent calls.
List teams and members
list-my-teams()Optional workspace filter:
list-my-teams({ "workspaceId": "<workspaceId>" })Find a specific person
find-team-member({ "query": "Jane" })Use the returned userId and teamId in list-work, work-recap, and other team-scoped tools.
List workspaces
Use when the user has multiple workspaces or when workspaceId is unknown. Returns all workspaces with the default MCP workspace marked.
list-workspaces()Use the returned workspaceId values in any tool that requires one. The workspace marked [default] is the one used when no workspaceId is specified.
Who am I
Use to get the current user's ID, name, email, and role — for example, to pass as createdBy or assigneeIds in other tools.
who-am-i()