Skip to main content
Glama

Basecamp MCP Server

get_message

Retrieve a specific Basecamp message by ID and render its content in markdown, HTML, text, or raw JSON format for easy access and processing.

Instructions

Fetch a single message by ID; render body as markdown/html/text, or return raw JSON.

Input Schema

NameRequiredDescriptionDefault
message_idYes
project_idYes
renderNo

Input Schema (JSON Schema)

{ "properties": { "message_id": { "type": "integer" }, "project_id": { "type": "integer" }, "render": { "enum": [ "markdown", "html", "text", "json" ], "type": "string" } }, "required": [ "project_id", "message_id" ], "type": "object" }

Other Tools from Basecamp MCP Server

Related Tools

    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/craigashields/basecamp-mcp'

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