Skip to main content
Glama

Basecamp MCP Server

by stefanoverna

basecamp_list_comments

Retrieve all comments from Basecamp resources including messages, todos, and cards to track discussions and feedback across project items.

Instructions

List comments on any Basecamp resource (message, todo, card, etc.). Works universally on all recording types.

Input Schema

NameRequiredDescriptionDefault
bucket_idYesBasecamp resource identifier
recording_idYesID of the resource (message, todo, card, etc.)

Input Schema (JSON Schema)

{ "properties": { "bucket_id": { "description": "Basecamp resource identifier", "type": "number" }, "recording_id": { "description": "ID of the resource (message, todo, card, etc.)", "type": "number" } }, "required": [ "bucket_id", "recording_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