Microsoft Teams
Use Microsoft Teams from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect Microsoft Teams once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect microsoft-teams # opens browser → authorize Microsoft Teams
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using Microsoft Teams
npx @useclawlink/cli actions microsoft-teams "<what you want to do>" # find an action
npx @useclawlink/cli describe microsoft-teams <action-id> # see its inputs (before writes)
npx @useclawlink/cli run microsoft-teams <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
microsoft_teams_list_user_joined_teams |
List the Teams that a specified user is a direct member of |
microsoft_teams_list_associated_teams |
List teams that a user is associated with (direct or shared channel) |
microsoft_teams_get_team_from_group |
Get team details from a group ID |
microsoft_teams_get_channel |
Get details of a specific channel within a team |
microsoft_teams_list_channel_tabs |
List tabs configured in a channel |
microsoft_teams_chats_get_all_chats |
Retrieve all chats a user is part of |
microsoft_teams_get_chat |
Get details of a specific chat |
microsoft_teams_list_user_chat_messages |
List messages in a user chat |
microsoft_teams_list_online_meetings |
List online meetings |
microsoft_teams_get_online_meeting |
Get details of a specific online meeting |
microsoft_teams_create_meeting |
Create a new online meeting |
microsoft_teams_list_team_members |
List members of a team |
microsoft_teams_get_my_profile |
Get the current user's Teams profile |
microsoft_teams_list_shifts |
List shifts in a team schedule |
microsoft_teams_get_shift |
Get details of a specific shift |
Notes
- No API key for Microsoft Teams itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect microsoft-teams. - The action list above is a snapshot;
npx @useclawlink/cli actions microsoft-teamsis always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.