# `BB.MCP.Tools.SetParameter`
[🔗](https://github.com/beam-bots/bb_mcp/blob/main/lib/bb/mcp/tools/set_parameter.ex#L5)

Write a single runtime parameter on a robot.

The path is a dotted string like `"motion.max_speed"`. The value is
passed through to `BB.Parameter.set/3`, which validates it against the
registered schema and publishes a change notification on success.

# `get_schema`

# `mcp_schema`

# `mcp_schema!`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
