read_file_content
Read text file content from Nutstore cloud storage and return the text for AI processing. Supports .txt, .md, .json, .yaml; use download_file for large files.
Instructions
读取坚果云文本文件内容,返回文本供 AI 直接处理。 仅适合文本文件(.txt/.md/.json/.yaml 等),不支持二进制文件。 大文件请使用 download_file 下载到本地后处理。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |