Get captured remote spy logs from Cobalt
get-remote-spy-logsRetrieve captured remote and bindable call logs from a Roblox game session. Filter by direction and name to find specific calls.
Instructions
List captured Cobalt remote and bindable call logs. Requires ensure-remote-spy first; supports direction and name filters to narrow noisy logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Filter by call direction (default: Both) | Both |
| remoteNameFilter | No | Optional filter — only return logs for remotes whose name contains this string (case-insensitive) | |
| limit | No | Maximum number of remote logs to return (default: 50) | |
| maxCallsPerRemote | No | Maximum number of recent calls to return per remote (default: 5) |