Microsoft Teams

Microsoft Teams

floriscornel

Integrates with Microsoft Teams through Graph API to read and send messages, search users, browse teams and channels. Uses secure OAuth authentication to access your organization's Teams data.

59973 views30Local (stdio)

What it does

  • Send messages to Teams channels
  • Search teams messages and conversations
  • Browse teams and channels
  • Search users in your organization
  • Reply to channel messages
  • Retrieve channel message histories

Best for

Teams administrators managing communicationsAutomating team notifications and updatesSearching across team conversationsBuilding Teams workflow integrations
OAuth 2.0 authenticationFull Microsoft Graph API accessMessage formatting support

Tools (19)

auth_status

Check the authentication status of the Microsoft Graph connection. Returns whether the user is authenticated and shows their basic profile information.

get_current_user

Get the current authenticated user's profile information including display name, email, job title, and department.

search_users

Search for users in the organization by name or email address. Returns matching users with their basic profile information.

get_user

Get detailed information about a specific user by their ID or email address. Returns profile information including name, email, job title, and department.

list_teams

List all Microsoft Teams that the current user is a member of. Returns team names, descriptions, and IDs.

Alternatives