Skip to main content
Glama

Mattermost MCP Server

by jhanglim

search_users

Find Mattermost users by name, username, or nickname to quickly locate team members and connect with the right people.

Instructions

사용자를 이름, username, 닉네임으로 검색합니다.

Input Schema

NameRequiredDescriptionDefault
search_termYes검색할 이름, username 또는 닉네임

Input Schema (JSON Schema)

{ "properties": { "search_term": { "description": "검색할 이름, username 또는 닉네임", "type": "string" } }, "required": [ "search_term" ], "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/jhanglim/mattermost-mcp-server'

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