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
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | Document ID | |
project_id | Yes | Project 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"
}