read_thread
Retrieve and view replies within a specific Microsoft Teams thread using the thread ID. Integrates with MCP Microsoft Teams Server for efficient message management.
Instructions
Read replies in a thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
thread_id | Yes | The thread ID as a string in the format '1743086901347' |
Input Schema (JSON Schema)
{
"properties": {
"thread_id": {
"description": "The thread ID as a string in the format '1743086901347'",
"title": "Thread Id",
"type": "string"
}
},
"required": [
"thread_id"
],
"title": "read_threadArguments",
"type": "object"
}