Skip to main content
Glama

Basecamp MCP Server

by jhliberty

get_question_answers

Retrieve answers to daily check-in questions using project and question IDs. Supports paginated responses for efficient data management on Basecamp projects.

Instructions

Get answers on daily check-in question

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for paginated response
project_idYesThe project ID
question_idYesThe question ID

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number for paginated response", "type": "number" }, "project_id": { "description": "The project ID", "type": "string" }, "question_id": { "description": "The question ID", "type": "string" } }, "required": [ "project_id", "question_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