Skip to main content
Glama

MCP Microsoft Teams Server

by InditexTech
Apache 2.0
213
  • 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

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/InditexTech/mcp-teams-server'

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