Tools
| Name | Description |
|---|---|
list_teamsList all teams the user has joined | List all teams the user has joined |
list_channelsList channels in a team | List channels in a team |
send_channel_messageSend a message to a Teams channel | Send a message to a Teams channel |
create_channelCreate a new channel in a team | Create a new channel in a team |
list_membersList members of a team | List members of a team |
send_chat_messageSend a message to a 1:1 or group chat | Send a message to a 1:1 or group chat |
custom_api_callMake a custom API call to the Microsoft Graph API | Make a custom API call to the Microsoft Graph API |
Triggers
| Name | Description |
|---|---|
new_messageTriggers when a new message is posted in a Teams channel | Triggers when a new message is posted in a Teams channel |
new_channelTriggers when a new channel is created in a team | Triggers when a new channel is created in a team |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('microsoft-teams', 'list_teams', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'microsoft-teams',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft Teams to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Microsoft Teams support?
Microsoft Teams supports 7 tools including List Teams, List Channels, Send Channel Message, Create Channel, List Members, and more.
Can I use Microsoft Teams with AI agents?
Yes. Add Microsoft Teams to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Microsoft Teams to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Microsoft Teams as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Microsoft Teams tools exposed by that workspace.
Does Microsoft Teams work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Microsoft Teams work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Microsoft Teams?
Microsoft Teams exposes 7 tools, including List Teams, List Channels, Send Channel Message, Create Channel, List Members, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Microsoft Teams be used in stateful agent workflows?
Yes. Agents can combine Microsoft Teams tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Microsoft Teams use?
Microsoft Teams uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Microsoft Teams integration cost?
The Microsoft Teams integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Microsoft Teams support?
Microsoft Teams supports 2 triggers including New Channel Message, New Channel.
Connect Microsoft Teams in minutes
Get 20,000 free action executions every month. No credit card required.