register_tool
Publish a Python callable as an MCP tool in the IPython execution environment, making it invocable by clients. Provide the function name and optional tool name/description.
Instructions
Explicitly publish one supported top-level synchronous live callable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tool_name | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| runtime | No | ||
| registration | No |