Skip to main content
Glama

Basecamp MCP Server

list_messages

Retrieve and display message board posts from Basecamp projects with pagination options, content inclusion, and multiple output formats.

Instructions

Resolves the project's message board from the dock, then lists messages with pagination. Optionally include full content.

Input Schema

NameRequiredDescriptionDefault
formatNo
include_bodyNo
limitNo
pageNo
project_idYes
renderNo

Input Schema (JSON Schema)

{ "properties": { "format": { "enum": [ "table", "json", "markdown" ], "type": "string" }, "include_body": { "type": "boolean" }, "limit": { "exclusiveMinimum": 0, "maximum": 50, "type": "integer" }, "page": { "exclusiveMinimum": 0, "type": "integer" }, "project_id": { "type": "integer" }, "render": { "enum": [ "markdown", "html", "text" ], "type": "string" } }, "required": [ "project_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