Skip to main content
Glama

Basecamp MCP Server

by jhliberty

create_card

Generate a new card in a specific project column within Basecamp, including title, optional content, due date, and notifications. Manage task organization effectively.

Instructions

Create a new card in a column

Input Schema

NameRequiredDescriptionDefault
column_idYesThe column ID
contentNoOptional card content/description
due_onNoOptional due date (ISO 8601 format)
notifyNoWhether to notify assignees (default: false)
project_idYesThe project ID
titleYesThe card title

Input Schema (JSON Schema)

{ "properties": { "column_id": { "description": "The column ID", "type": "string" }, "content": { "description": "Optional card content/description", "type": "string" }, "due_on": { "description": "Optional due date (ISO 8601 format)", "type": "string" }, "notify": { "description": "Whether to notify assignees (default: false)", "type": "boolean" }, "project_id": { "description": "The project ID", "type": "string" }, "title": { "description": "The card title", "type": "string" } }, "required": [ "project_id", "column_id", "title" ], "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