Skip to main content
Glama

Basecamp MCP Server

by jhliberty

complete_card

Mark a card as complete in Basecamp 3 by specifying the project ID and card ID. Streamline task management and track progress effectively using this API tool.

Instructions

Mark a card as complete

Input Schema

NameRequiredDescriptionDefault
card_idYesThe card ID
project_idYesThe project ID

Input Schema (JSON Schema)

{ "properties": { "card_id": { "description": "The card ID", "type": "string" }, "project_id": { "description": "The project ID", "type": "string" } }, "required": [ "project_id", "card_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