Get teams
Notion-get-teams is an AI tool designed to retrieve and display a list of teams, or teamspaces, within your current Notion workspace. It helps users to easily view team details including IDs, names, and user roles, enhancing workspace visibility and collaboration.
Features
- Retrieves up to 10 teams per membership status from the current Notion workspace.
- Displays team details such as team IDs, names, and the user's role within each team.
- Supports filtering teams by name with case-insensitive search queries.
- Separates teams based on whether the user is a member or not for better organization.
- Provides quick examples for listing all teams, searching by keyword, or finding specific teams.
Benefits
- Improves workspace visibility by showing all relevant teamspaces in one place.
- Helps users manage their team memberships and understand roles quickly.
- Facilitates faster navigation and collaboration within Notion workspaces.
- Saves time by enabling precise searches for specific teams or team types.
- Enhances productivity by organizing team information clearly and accessibly.
Description
Retrieves a list of teams (teamspaces) in the current workspace. This tool provides visibility into the teams that exist and whether the authenticated user is a member of each team. Includes IDs, names, and the user's role in each team. Teams are returned split by membership status and limited to a maximum of 10 results. <examples>
- List all teams (up to the limit of each type): {}
- Search for teams by name: {"query": "engineering"}
- Find a specific team: {"query": "Product Design"}
Parameters
1 parameter
| Name | Type | Description |
|---|---|---|
| query | string | Optional search query to filter teams by name (case-insensitive). |