Skip to main content
Glama

Basecamp MCP Server

by jhliberty

get_cards

Retrieve all cards from a specific column in Basecamp by providing the project ID and column ID. This tool supports project management and task tracking through Basecamp integration.

Instructions

Get all cards in a column

Input Schema

NameRequiredDescriptionDefault
column_idYesThe column ID
project_idYesThe project ID

Input Schema (JSON Schema)

{ "properties": { "column_id": { "description": "The column ID", "type": "string" }, "project_id": { "description": "The project ID", "type": "string" } }, "required": [ "project_id", "column_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