/microsoft-teams | Type: Application | PCID required: Yes
Channels, messages, and meetings
Tools
| Tool | Description |
|---|---|
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 |
microsoft-teams_get_apps_list | Getting installed apps list of a team |
microsoft-teams_get_chats | Getting chats list for the user |
microsoft-teams_get_threads_by_chat_id | Getting threads list for a specific chat |
microsoft-teams_post_message_to_channel | Posting a message to a specific channel for the team |
microsoft-teams_send_message_in_chat | Sending a message in a specific chat |
microsoft-teams_get_my_joined_teams
Get all joined teams for the current usermicrosoft-teams_get_channel_list
Getting channel list of a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | string | Yes | — | Team ID |
microsoft-teams_get_apps_list
Getting installed apps list of a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | string | Yes | — | Team ID |
microsoft-teams_get_chats
Getting chats list for the usermicrosoft-teams_get_threads_by_chat_id
Getting threads list for a specific chat Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
chat_id | string | Yes | — | Chat ID |
microsoft-teams_post_message_to_channel
Posting a message to a specific channel for the team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team_id | string | Yes | — | Team ID |
channel_id | string | Yes | — | Channel ID |
message | string | No | — | Message to be sent |
microsoft-teams_send_message_in_chat
Sending a message in a specific chat Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
chat_id | string | Yes | — | The chat ID |
message | string | No | — | Message to be sent |

