Skip to main content
Glama

Basecamp MCP Server

by jhliberty

create_column

Add a new column to a card table in Basecamp by specifying the project ID, card table ID, and column title. Simplify project organization and task management directly through API integration.

Instructions

Create a new column in a card table

Input Schema

NameRequiredDescriptionDefault
card_table_idYesThe card table ID
project_idYesThe project ID
titleYesThe column title

Input Schema (JSON Schema)

{ "properties": { "card_table_id": { "description": "The card table ID", "type": "string" }, "project_id": { "description": "The project ID", "type": "string" }, "title": { "description": "The column title", "type": "string" } }, "required": [ "project_id", "card_table_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