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.readfor read tools.tools.team.writefor write tools. Write access also grants read access for this group.
#Tools
-
listEventuals— List 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 -
listTeamMembers— List 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 -
listTeams— List 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 -
searchUsers— Search 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
