Microsoft Teams
Read and post Microsoft Teams data (teams, channels, messages, chats) via Microsoft Graph.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
list_joined_teamslist_channelslist_messagessend_messagelist_chats.
Inputs
operation(required) — One of: list_joined_teams, list_channels, list_messages, send_message, list_chats.teamId— Team id — required for list_channels, list_messages, send_message.channelId— Channel id — required for list_messages, send_message.query— Optional OData query params as a JSON object string, e.g. {"$top": 10}.body— Request body as a JSON object string (for send_message), e.g. {"body": {"content": "hello"}}.
Example
operation: list_joined_teams