micropython_delete_file
Delete a file from a MicroPython board by specifying its path, helping manage storage on ESP32, RP2040, and similar devices via MCP clients.
Instructions
MicroPython ボード上のファイルを削除する。
Args: path: 削除するファイルのパス (例: "/test.py")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | Yes | ||
| error | Yes |