Skip to main content
Glama

Basecamp MCP Server

by jhliberty

get_campfire_lines

Retrieve recent messages from a Basecamp campfire chat room by specifying the project ID and campfire ID to stay updated on team discussions and collaboration.

Instructions

Get recent messages from a Basecamp campfire (chat room)

Input Schema

NameRequiredDescriptionDefault
campfire_idYesThe campfire/chat room ID
project_idYesThe project ID

Input Schema (JSON Schema)

{ "properties": { "campfire_id": { "description": "The campfire/chat room ID", "type": "string" }, "project_id": { "description": "The project ID", "type": "string" } }, "required": [ "project_id", "campfire_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/jhliberty/basecamp-mcp-server'

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