list_teams
Retrieve paginated lists of teams with organizational structure from Fathom meeting data. Use this tool to access team information efficiently with cursor-based pagination.
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 | Pagination cursor | |
| per_page | No | Number of results per page (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||