MCP Microsoft Teams Server

by InditexTech
Verified
Apache 2.0
37
  • Linux
  • Apple

start_thread

Create and initiate a new discussion thread in Microsoft Teams with a specified title and content, optionally mentioning a member by name for direct engagement.

Instructions

Start a new thread with a given title and content

Input Schema

NameRequiredDescriptionDefault
contentYesThe thread content
member_nameNoMember name to mention in the thread
titleYesThe thread title

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The thread content", "title": "Content", "type": "string" }, "member_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Member name to mention in the thread", "title": "Member Name" }, "title": { "description": "The thread title", "title": "Title", "type": "string" } }, "required": [ "title", "content" ], "title": "start_threadArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Microsoft Teams Server

Related Tools

ID: 03fcygtadz