Microsoft Teams · Capability
Microsoft Teams Collaboration
Workflow capability for team collaboration including managing teams, channels, messaging, members, meetings, and calls. Used by IT administrators, team leads, and developers building Teams integrations.
What You Can Do
GET
List joined teams
— List joined teams.
/v1/teams
POST
Create team
— Create a team.
/v1/teams
GET
List channels
— List channels.
/v1/channels
POST
Create channel
— Create a channel.
/v1/channels
GET
List channel messages
— List messages.
/v1/messages
POST
Send channel message
— Send a message.
/v1/messages
GET
List team members
— List members.
/v1/members
POST
Create online meeting
— Create a meeting.
/v1/meetings
MCP Tools
list-joined-teams
List all teams the user has joined.
read-only
create-team
Create a new team.
list-channels
List channels in a team.
read-only
create-channel
Create a new channel.
list-channel-messages
List messages from a channel.
read-only
send-channel-message
Send a message to a channel.
list-team-members
List all members of a team.
read-only
add-team-member
Add a member to a team.
create-online-meeting
Create an online meeting.
create-call
Initiate a call.
APIs Used
teams-graph