Skip to main content
Glama

Teams MCP

by floriscornel

get_my_mentions

Retrieve recent messages where you were mentioned in Microsoft Teams channels or chats within a specified time frame and scope.

Instructions

Find all recent messages where the current user was mentioned (@mentioned) across Teams channels and chats.

Input Schema

NameRequiredDescriptionDefault
hoursNoGet mentions from the last N hours
limitNoMaximum number of mentions to return
scopeNoScope of searchall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hours": { "default": 24, "description": "Get mentions from the last N hours", "maximum": 168, "minimum": 1, "type": "number" }, "limit": { "default": 20, "description": "Maximum number of mentions to return", "maximum": 50, "minimum": 1, "type": "number" }, "scope": { "default": "all", "description": "Scope of search", "enum": [ "all", "channels", "chats" ], "type": "string" } }, "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