Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new 1:1 or group chat so a message can be sent to someone without an existing chat
| Field | Value |
|---|---|
| Name | teams__create_chat |
| Group | Integrations |
{
"type": "object",
"properties": {
"chatType": {
"type": "string",
"description": "Chat type: oneOnOne or group"
},
"members": {
"type": "array",
"description": "Conversation members, each like {\"@odata.type\": \"#microsoft.graph.aadUserConversationMember\", \"roles\": [\"owner\"], \"[email protected]\": \"https://graph.microsoft.com/v1.0/users('<userIdOrUpn>')\"}"
},
"topic": {
"type": "string",
"description": "Chat title (group chats only)"
}
},
"required": [
"members"
],
"description": "Input schema for the teams__create_chat tool."
}