drive_write
Write markdown files to a workspace, creating or updating them with automatic versioning.
Instructions
Write a markdown file to a workspace. Creates or updates the file with automatic versioning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path (e.g. "notes/meeting.md") | |
| content | Yes | File content (markdown) | |
| message | No | Optional version message | |
| workspace_id | Yes | Workspace ID to write to |