probe_service
Listen to the live mesh to discover the service's data schema, including events, fields, value types, ranges, and examples. Use the output to autowire buffers, lint against traffic, or infer layouts.
Instructions
Listen to the live mesh and report the service's data schema: which events and fields it emits, their value types, ranges, and examples. Run this, then autowire_buffer / lint_against_traffic / infer_layout can use what was discovered.
Args: seconds: How long to listen (default 8). event: The mesh event to sniff (default 'broadcast', the data channel).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | broadcast | |
| seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |