Skip to main content
Glama

Mattermost MCP Server

by jhanglim

get_channel_messages

Retrieve recent messages from a specific Mattermost channel with author details and pagination support for efficient message management.

Instructions

특정 채널의 최근 메시지들을 가져옵니다. 결과에는 자동으로 작성자의 이름(user_name)과 username이 포함됩니다.

Input Schema

NameRequiredDescriptionDefault
channel_idYes채널 ID
pageNo페이지 번호 (기본값: 0)
per_pageNo페이지당 메시지 수 (기본값: 60)

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "채널 ID", "type": "string" }, "page": { "default": 0, "description": "페이지 번호 (기본값: 0)", "type": "number" }, "per_page": { "default": 60, "description": "페이지당 메시지 수 (기본값: 60)", "type": "number" } }, "required": [ "channel_id" ], "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