What can you do with it?
Microsoft Teams enables you to manage your team’s communication and collaboration programmatically. You can list teams you’ve joined, browse channels within teams, send messages to channels, and create rich formatted messages with HTML content. This integration is perfect for automated notifications, team updates, workflow alerts, and integrating external systems with your Teams workspace.How to use it?
Basic Command Structure
Parameters
Required:action- The operation to perform with Teams
Tools
Get Joined Teams
List all teams you are a member of Parameters: None required Example:Get Team Channels
List all channels in a specific team Parameters:team-id(required) - The ID of the team
Send Channel Message
Send a text message to a team channel Parameters:team-id(required) - The ID of the teamchannel-id(required) - The ID of the channelmessage(required) - The message content to send
Send Rich Message
Send a formatted message with HTML content and subject Parameters:team-id(required) - The ID of the teamchannel-id(required) - The ID of the channelsubject(required) - The message subjectcontent(required) - HTML formatted contentimportance(optional) - Message importance: normal, high, or urgent (default: normal)

