host.tool_diff
Return a unified diff between two published versions of one of this tenant's tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The later version number. | |
| from | Yes | The earlier version number. | |
| name | Yes | Local name of the tool. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |