teams_workspace_write
Write text files (markdown, CSV, plain text) to a shared workspace for distribution in Microsoft Teams. Avoids overwriting binary files.
Instructions
Write a text file to the workspace directory for sharing via Teams.
For text-based formats only (markdown, CSV, plain text, etc.). Do not use this to create or overwrite binary files (DOCX, XLSX, PPTX, PDF) — use teams_workspace_extract to read those instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the file to write (e.g. 'notes.md', 'data.csv') | |
| content | Yes | Text content to write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||