Skip to main content
Glama

Basecamp MCP Server

by jhliberty

complete_card_step

Mark a specific step within a Basecamp project card as complete using project and step IDs, streamlining task management and progress tracking.

Instructions

Mark a card step as complete

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project ID
step_idYesThe step ID

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "The project ID", "type": "string" }, "step_id": { "description": "The step ID", "type": "string" } }, "required": [ "project_id", "step_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