teams_upload
Upload files created in the workspace directly to Microsoft Teams and SharePoint. Supports text-based formats like markdown, CSV, and plain text.
Instructions
Upload a file from the workspace to Teams/SharePoint.
Best suited for text-based files created with teams_workspace_write (markdown, CSV, plain text). Binary files (DOCX, XLSX, etc.) should be treated as read-only — use teams_workspace_extract to read them, not modify and re-upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive_id | Yes | Drive ID | |
| parent_item_id | Yes | Parent folder item ID (from teams_files) | |
| filename | Yes | Name of the file in the workspace to upload |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||