list_joined_teams
Lists the Microsoft Teams memberships for the signed-in user. Returns paginated team details with configurable page size and optional raw Graph data.
Instructions
List the teams the signed-in user is a member of.
Args: limit: 1-100. Default 25. Applied client-side (see below); teams beyond the limit are dropped. page_token: Continuation token from a previous result. include_raw: Include the raw Graph payload under "raw" on each item.
Returns: {"items": [trimmed_team, ...], "next_page_token": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page_token | No | ||
| include_raw | No |