rlm_upload_business_document
Upload or update a reusable business document in a team collection. Use presets for playbooks, templates, or references to organize content with tags and priority.
Instructions
Upload or update a reusable document in a Team Business Context collection. For current client/project files with metadata, use rlm_upload_document instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | No | Business collection ID. If omitted, provide preset or collection_slug. | |
| preset | No | Business preset to resolve or create before upload. | |
| collection_slug | No | Business collection slug to resolve when collection_id is omitted. | |
| title | Yes | Document title | |
| content | Yes | Document content (usually markdown) | |
| category | No | Shared-context category used for token budget allocation. | REFERENCE |
| tags | No | Tags such as offer, template, diagram, client-example, or methodology. | |
| priority | No | Priority within category (higher = more important). | |
| allow_custom_collection | No | Allow upload to a custom business-looking collection instead of a standard preset. |