Skip to main content
Glama

Basecamp MCP Server

by jhliberty

update_card

Modify card details in Basecamp projects, including title, content, due date, and assignees, by providing project and card IDs via the Basecamp MCP Server.

Instructions

Update a card

Input Schema

NameRequiredDescriptionDefault
assignee_idsNoArray of person IDs to assign to the card
card_idYesThe card ID
contentNoThe new card content/description
due_onNoDue date (ISO 8601 format)
project_idYesThe project ID
titleNoThe new card title

Input Schema (JSON Schema)

{ "properties": { "assignee_ids": { "description": "Array of person IDs to assign to the card", "items": { "type": "string" }, "type": "array" }, "card_id": { "description": "The card ID", "type": "string" }, "content": { "description": "The new card content/description", "type": "string" }, "due_on": { "description": "Due date (ISO 8601 format)", "type": "string" }, "project_id": { "description": "The project ID", "type": "string" }, "title": { "description": "The new card title", "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