Skip to main content
Glama

Basecamp MCP Server

by jhliberty

trash_document

Move a document to the trash in Basecamp by specifying the project ID and document ID. This tool helps declutter workspaces and manage content efficiently within the Basecamp MCP Server.

Instructions

Move a document to trash

Input Schema

NameRequiredDescriptionDefault
document_idYesDocument ID
project_idYesProject ID

Input Schema (JSON Schema)

{ "properties": { "document_id": { "description": "Document ID", "type": "string" }, "project_id": { "description": "Project ID", "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