Skip to main content
Glama

Teams MCP

by floriscornel

create_chat

Generate new chat conversations in Microsoft Teams by specifying user emails for 1:1 chats or group discussions. Optionally set a topic for group chats to enhance organization and context.

Instructions

Create a new chat conversation. Can be a 1:1 chat (with one other user) or a group chat (with multiple users). Group chats can optionally have a topic.

Input Schema

NameRequiredDescriptionDefault
topicNoChat topic (for group chats)
userEmailsYesArray of user email addresses to add to chat

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "topic": { "description": "Chat topic (for group chats)", "type": "string" }, "userEmails": { "description": "Array of user email addresses to add to chat", "items": { "type": "string" }, "type": "array" } }, "required": [ "userEmails" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/floriscornel/teams-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server