Create Basecamp Document
basecamp_create_documentCreate a document in a Basecamp vault with custom title and HTML content, choosing between active or draft status.
Instructions
Create a new document in a vault.
HTML rules for content:
Allowed tags: div, span, h1, br, strong, em, strike, a (with an href attribute), pre, ol, ul, li, blockquote, bc-attachment (with sgid attribute).
Try to be semantic despite the limitations of tags. Use double to create paragraph spacing
To mention people:
To consume less tokens, existing tags can be rewritten by dropping any attributes/inner content and just leave the "sgid" and "caption" attributes, without loosing any information
You can highlight parts of the content in this format ... valid colors are:
red: 255, 229, 229
yellow: 250, 247, 133
green: 228, 248, 226
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_id | Yes | Project/bucket ID | |
| vault_id | Yes | Vault ID to create the document in | |
| title | Yes | Document title | |
| content | Yes | HTML document content | |
| status | No | Document status | active |