Provenance
Freshness & coverage
Methods (17)
list_teams
readList joined Microsoft Teams available to the current user.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": true }get_team_by_name
readFind a team by display name before channel or membership actions.
Required paramsnameInput schema
{ "type": "object", "properties": { "name": { "type": "string", "description": "Exact or partial team display name." } }, "required": [ "name" ], "additionalProperties": true }get_all_channels
readList channels for a team.
Required paramsteamIdInput schema
{ "type": "object", "properties": { "teamId": { "type": "string", "description": "Microsoft Teams team ID." } }, "required": [ "teamId" ], "additionalProperties": true }send_message_in_channel
writePost a plain-text message to a team channel.
Required paramsteamIdchannelIdcontentInput schema
{ "type": "object", "properties": { "teamId": { "type": "string", "description": "Microsoft Teams team ID." }, "channelId": { "type": "string", "description": "Channel ID." }, "content": { "type": "string", "description": "Plain-text message body." } }, "required": [ "teamId", "channelId", "content" ], "additionalProperties": true }list_chats
readget_chat_id_with
readsend_chat_message
writesearch_users
readcreate_team
writeget_channel_by_name
readget_messages_in_channel
readget_chat_messages
readadd_member_to_team
writeget_team_members
readremove_members_from_team
writeadd_channel_to_team
writeremove_channel_from_team
write
