MCP

Team tools

Look up organizations, teams, team members, and users visible to the connected account.

Look up organizations, teams, team members, and users visible to the connected account.

#Availability

Opt into this group by adding ?tools=team.read or ?tools=team.write to the MCP server URL.

#Scopes

  • tools.team.read for read tools.
  • tools.team.write for write tools. Write access also grants read access for this group.

#Tools

  • listEventualsList eventuals (read)

    List all users who report (directly or indirectly) to a given user — known as their 'eventuals'. Returns user IDs and display names. Defaults to the current user when userId is omitted.

    Scopes: tools.default.read, tools.team.read

  • listTeamMembersList team members (read)

    List members of a specific organization team by team ID. Can return only direct members or effective members including descendant teams.

    Scopes: tools.default.read, tools.team.read

  • listTeamsList teams (read)

    List the organization team hierarchy. Returns both a flat teams list and a nested hierarchy, with team IDs, parent/child relationships, direct member counts, and optionally direct member details. Use this to navigate team structure and choose team IDs for team-scoped analysis.

    Scopes: tools.default.read, tools.team.read

  • searchUsersSearch users (read)

    Search for users in the organization by name or email. Returns matching users with their user IDs, names, titles, and roles. Use this to find a specific user's ID before calling other tools like listEventuals.

    Scopes: tools.default.read, tools.team.read

Updated 6/17/2026