rws_set_speed_override
Set the robot's speed override to a percentage between 0 and 100 using RWS communication.
Instructions
Set speed override (0-100%) via RWS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | Yes |
Set the robot's speed override to a percentage between 0 and 100 using RWS communication.
Set speed override (0-100%) via RWS
| Name | Required | Description | Default |
|---|---|---|---|
| speed | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavior. It only states the basic function, omitting important details like required permissions (e.g., mastership), side effects, or whether the change is instantaneous or gradual.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (one sentence) with no fluff. It earns its place by stating the core action and range, though it could include additional context without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (single parameter, no output schema), the description is insufficient. It fails to mention prerequisites like mastership or controller state, leaving the agent underinformed about safe and correct usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description should add meaning beyond the schema. However, it does not elaborate on the 'speed' parameter's usage, units, or impact, merely repeating the range already defined in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Set'), the target resource ('speed override'), and the valid range ('0-100%'). This effectively distinguishes it from its sibling 'rws_get_speed_override' which reads the value.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives, nor are there any prerequisites, preconditions, or exclusions mentioned. An agent would lack context such as needing mastership or proper controller state.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LiskinLabs/abb-robotstudio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server