host.tool_logs
Return the most recent log lines for one of this tenant's tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Local name of the tool whose log lines to return. | |
| limit | No | Max lines to return, most recent first; default 20. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |