Skip to main content
Server path: /microsoft-teams | Type: Application | PCID required: Yes Channels, messages, and meetings

Tools

ToolDescription
microsoft-teams_get_my_joined_teamsGet all joined teams for the current user
microsoft-teams_get_channel_listGetting channel list of a team
microsoft-teams_get_apps_listGetting installed apps list of a team
microsoft-teams_get_chatsGetting chats list for the user
microsoft-teams_get_threads_by_chat_idGetting threads list for a specific chat
microsoft-teams_post_message_to_channelPosting a message to a specific channel for the team
microsoft-teams_send_message_in_chatSending a message in a specific chat

microsoft-teams_get_my_joined_teams

Get all joined teams for the current user

microsoft-teams_get_channel_list

Getting channel list of a team Parameters:
ParameterTypeRequiredDefaultDescription
team_idstringYesTeam ID

microsoft-teams_get_apps_list

Getting installed apps list of a team Parameters:
ParameterTypeRequiredDefaultDescription
team_idstringYesTeam ID

microsoft-teams_get_chats

Getting chats list for the user

microsoft-teams_get_threads_by_chat_id

Getting threads list for a specific chat Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringYesChat ID

microsoft-teams_post_message_to_channel

Posting a message to a specific channel for the team Parameters:
ParameterTypeRequiredDefaultDescription
team_idstringYesTeam ID
channel_idstringYesChannel ID
messagestringNoMessage to be sent

microsoft-teams_send_message_in_chat

Sending a message in a specific chat Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringYesThe chat ID
messagestringNoMessage to be sent