run_tool
Execute a Python tool in an isolated, ephemeral environment using uv, without leaving traces. Ideal for running utilities or commands without installation.
Instructions
Run an ephemeral tool through uv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Package or tool specification. | |
| arguments | No | Arguments passed to the installed executable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |