Skip to main content
Glama

Mattermost MCP Server

by jhanglim

search_messages

Search for messages in Mattermost using keywords, usernames with @ or from: prefix, or date filters to find specific conversations and content.

Instructions

Mattermost에서 메시지를 검색합니다. 키워드, 사용자명(@username 또는 from:username), 날짜 등으로 검색할 수 있습니다. 검색 결과에는 자동으로 작성자의 이름(user_name)과 username이 포함됩니다.

Input Schema

NameRequiredDescriptionDefault
is_or_searchNotrue인 경우 OR 검색, false인 경우 AND 검색 (기본값: false)
queryYes검색할 키워드 또는 검색어. 사용자명으로 검색하려면 'from:username' 또는 '@username' 형식 사용

Input Schema (JSON Schema)

{ "properties": { "is_or_search": { "default": false, "description": "true인 경우 OR 검색, false인 경우 AND 검색 (기본값: false)", "type": "boolean" }, "query": { "description": "검색할 키워드 또는 검색어. 사용자명으로 검색하려면 'from:username' 또는 '@username' 형식 사용", "type": "string" } }, "required": [ "query" ], "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