list_teams_tool
Retrieve a paginated list of teams associated with your Fathom account to manage team members and access organizational data.
Instructions
Return a paginated list of teams associated with the account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"default": null,
"description": "Pagination cursor",
"type": "string"
}
},
"type": "object"
}