Microsoft teams
Overview
SLUG: MICROSOFT_TEAMS
Description
Microsoft Teams integrates chat, video meetings, and file storage within Microsoft 365, providing virtual collaboration and communication for distributed teams
Authentication Details
OAuth2
Connecting to Microsoft teams
Create an auth config
Use the dashboard to create an auth config for the Microsoft teams toolkit. This allows you to connect multiple Microsoft teams accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Microsoft teams Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the [Microsoft teams toolkit’s playground](https://app.composio.dev/app/Microsoft teams)
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
MICROSOFT_TEAMS_ADD_MEMBER_TO_TEAM
Tool Name: Add member to team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_ARCHIVE_TEAM
Tool Name: Archive Teams team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_CREATE_MEETING
Tool Name: Create online meeting
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_CREATE_TEAM
Tool Name: Create Team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_DELETE_TEAM
Tool Name: Delete Teams team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_GET_CHANNEL
Tool Name: Get team channel
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_GET_CHAT_MESSAGE
Tool Name: Get chat message
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_GET_TEAM
Tool Name: Get Team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_LIST_MESSAGE_REPLIES
Tool Name: List message replies
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_LIST_TEAM_MEMBERS
Tool Name: List team members
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_CREATE_CHAT
Tool Name: Create Chat
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_UNARCHIVE_TEAM
Tool Name: Unarchive Teams team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_UPDATE_CHANNEL_MESSAGE
Tool Name: Update Teams channel message
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_UPDATE_CHAT_MESSAGE
Tool Name: Update Teams chat message
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_UPDATE_TEAM
Tool Name: Update Team
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_CHATS_GET_ALL_CHATS
Tool Name: Get all chats
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_CHATS_GET_ALL_MESSAGES
Tool Name: Get all chat messages
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_CREATE_CHANNEL
Tool Name: Create a channel
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_GET_MESSAGE
Tool Name: Get Teams message
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST
Tool Name: List Teams
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST_CHANNELS
Tool Name: List team channels
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST_CHAT_MESSAGES
Tool Name: List chat messages
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST_PEOPLE
Tool Name: List People
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_POST_CHANNEL_MESSAGE
Tool Name: Post message to Teams channel
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_POST_CHAT_MESSAGE
Tool Name: Send message to Teams chat
Description
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_POST_MESSAGE_REPLY
Tool Name: Reply to Teams channel message
Description
Action Parameters
Action Response