get_upload_url
Get an upload URL to transfer files from Claude.ai chat or sandbox to the server for video description or media viewing. Returns the address and usage instructions.
Instructions
获取"把文件推到本服务器"的上传地址——用于把 claude.ai 聊天里上传/沙盒里生成的文件搬到服务器再识别。
典型流程(在 claude.ai 的代码沙盒里执行): 1. 调本工具拿到上传地址; 2. requests.post(上传地址, files={"file": open("/mnt/user-data/uploads/xxx.mp4", "rb")}); 3. 用响应 JSON 里的 saved_path 调 describe_video 或 view_media。
Returns: 上传地址与用法说明;本地 stdio 模式下没有上传端点,会返回相应提示。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||