MCP Microsoft Teams Server

by InditexTech
Verified
Apache 2.0
37
  • Linux
  • Apple

list_threads

Retrieve and manage threads in a Microsoft Teams channel with pagination, enabling efficient navigation through discussion history.

Instructions

List threads in channel with pagination

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for the next page of results
limitNoMaximum number of items to retrieve or page size

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Pagination cursor for the next page of results", "title": "Cursor" }, "limit": { "default": 50, "description": "Maximum number of items to retrieve or page size", "title": "Limit", "type": "integer" } }, "title": "list_threadsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Microsoft Teams Server

Related Tools

ID: 03fcygtadz