Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
teams__create_chat
{ "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." }