teams_workspace_read
Reads text files from a workspace directory. For binary files like docx or pdf, returns metadata and a file path hint for direct access.
Instructions
Read a text file from the workspace directory.
For binary files (docx, pdf, xlsx, etc.), this tool returns metadata and a path hint instead of content. Use the filesystem server to read binary files directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the file to read |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||