BB.MCP.Resources.RobotParameters (bb_mcp v0.3.2)

Copy Markdown View Source

All runtime parameters registered on a robot, with their current values.

Read via bb://robots/{robot}/parameters.

A parameter declared with a unit type reports its value and default as an object carrying the magnitude and the unit name, e.g. {"value": -12.5, "unit": "degree"}. That object is exactly what the set_parameter tool accepts for the same parameter.