nt_get
Fetch the JSON-normalized value of a NetworkTables topic, returning the current value or an error when disconnected. Enables AI agents to read robot data.
Instructions
Return the JSON-normalized value of topic.
Response: {"connected": bool, "value": jsonable | null} when
connected, or {"connected": false, "error": "..."} when
disconnected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||