qwen_read_file
Read a file from a project and return its contents as UTF-8 text, falling back to base64 for binary files. Provides direct file content access for clients.
Instructions
Read a file from a project. Returns UTF-8 text when possible, otherwise base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |