Skip to main content
Glama

Basecamp MCP Server

by jhliberty

update_column_color

Change the color of a specified column in a Basecamp project using a hex color code. Input project ID, column ID, and desired color to update the column's appearance for better organization and visual clarity.

Instructions

Update a column color

Input Schema

NameRequiredDescriptionDefault
colorYesThe hex color code (e.g., #FF0000)
column_idYesThe column ID
project_idYesThe project ID

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "The hex color code (e.g., #FF0000)", "type": "string" }, "column_id": { "description": "The column ID", "type": "string" }, "project_id": { "description": "The project ID", "type": "string" } }, "required": [ "project_id", "column_id", "color" ], "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