list_teams
Retrieve a paginated list of teams with their organizational structure. Use cursor and per_page parameters to navigate and control results.
Instructions
Retrieve paginated list of teams with organizational structure.
Examples: list_teams_tool() # Get first page of teams list_teams_tool(cursor="abc123") # Get next page using cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||