Microsoft · Capability
Microsoft Graph API — Teams
Microsoft Graph API — Teams. 8 operations. Lead operation: Microsoft List teams. Self-contained Naftiko capability covering one Microsoft business surface.
What You Can Do
GET
Listteams
— Microsoft List teams
/v1/teams
GET
Getteam
— Microsoft Get team
/v1/teams/{team-id}
PATCH
Updateteam
— Microsoft Update team
/v1/teams/{team-id}
DELETE
Deleteteam
— Microsoft Delete team
/v1/teams/{team-id}
GET
Listchannels
— Microsoft List channels
/v1/teams/{team-id}/channels
POST
Createchannel
— Microsoft Create channel
/v1/teams/{team-id}/channels
GET
Listchannelmessages
— Microsoft List channel messages
/v1/teams/{team-id}/channels/{channel-id}/messages
POST
Sendchannelmessage
— Microsoft Send channel message
/v1/teams/{team-id}/channels/{channel-id}/messages
MCP Tools
microsoft-list-teams
Microsoft List teams
read-only
idempotent
microsoft-get-team
Microsoft Get team
read-only
idempotent
microsoft-update-team
Microsoft Update team
idempotent
microsoft-delete-team
Microsoft Delete team
idempotent
microsoft-list-channels
Microsoft List channels
read-only
idempotent
microsoft-create-channel
Microsoft Create channel
microsoft-list-channel-messages
Microsoft List channel messages
read-only
idempotent
microsoft-send-channel-message
Microsoft Send channel message