Skip to main content
Glama

Basecamp MCP Server

by jhliberty

update_document

Modify Basecamp 3 documents by updating titles and HTML content using project and document IDs for precise file management within the Basecamp MCP Server.

Instructions

Update a document

Input Schema

NameRequiredDescriptionDefault
contentNoNew HTML content
document_idYesDocument ID
project_idYesProject ID
titleNoNew title

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New HTML content", "type": "string" }, "document_id": { "description": "Document ID", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "title": { "description": "New title", "type": "string" } }, "required": [ "project_id", "document_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