Skip to main content
Glama

Teams MCP

by floriscornel

get_user

Retrieve user profile details including name, email, job title, and department using their ID or email address with Teams MCP's integration.

Instructions

Get detailed information about a specific user by their ID or email address. Returns profile information including name, email, job title, and department.

Input Schema

NameRequiredDescriptionDefault
userIdYesUser ID or email address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "userId": { "description": "User ID or email address", "type": "string" } }, "required": [ "userId" ], "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