List joined Teams
teams_list_joined_teamsList Microsoft Teams the signed-in user is a member of to obtain team IDs for channel and message operations. Supports configurable limits and output in markdown or JSON.
Instructions
List the Microsoft Teams the signed-in user is a member of.
Use this first to discover team IDs needed by channel/message tools.
Args:
limit (number, 1-50): max teams to return (default 20)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: JSON { count, teams: [{ id, displayName, description }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-50) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |