BB.MCP.Tools.ListParameters (bb_mcp v0.3.2)

Copy Markdown View Source

List the runtime parameters registered on a robot, optionally filtered by a path prefix.

Returns each parameter's dotted path and current value.

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 set_parameter accepts for the same parameter.

Summary

Functions

get_schema(atom)

mcp_schema(data)

mcp_schema!(data)