format_tool_code
Formats Python source code using Black and returns the formatted output. Does not save input, safe for read-only tokens.
Instructions
Format Python tool code with Black and return the formatted source. Stateless and safe for read-only service tokens — it does not save anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Python source to format. |