Skip to main content
Glama

Mattermost MCP Server

by jhanglim

get_post_thread

Retrieve the complete thread of a specific Mattermost post, including author names and usernames for comprehensive conversation context.

Instructions

특정 게시물의 전체 스레드를 가져옵니다. 결과에는 자동으로 작성자의 이름(user_name)과 username이 포함됩니다.

Input Schema

NameRequiredDescriptionDefault
post_idYes게시물 ID

Input Schema (JSON Schema)

{ "properties": { "post_id": { "description": "게시물 ID", "type": "string" } }, "required": [ "post_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