Skip to main content
Glama

Basecamp MCP Server

by stefanoverna

basecamp_get_message

Retrieve a specific message from a Basecamp project message board by providing the project ID and message ID to access detailed message content and information.

Instructions

Retrieve a single message from a Basecamp message board.

Input Schema

NameRequiredDescriptionDefault
bucket_idYesProject/bucket ID containing the message
message_idYesMessage ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "bucket_id": { "description": "Project/bucket ID containing the message", "type": "number" }, "message_id": { "description": "Message ID to retrieve", "type": "number" } }, "required": [ "bucket_id", "message_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/stefanoverna/basecamp-mcp'

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