Skip to main content
Glama

减速停止

stop
Idempotent

Decelerates the robotic arm to a smooth halt without locking it, enabling immediate resumption of movement, and returns a confirmation message. Use for routine stops instead of emergency stop.

Instructions

减速停止 — 保持动力,平滑停止。不锁定机械臂。返回确认信息。

与 emergency_stop 的区别: stop 不锁定,之后可以直接移动。紧急情况下用 emergency_stop,正常停车用 stop。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The only annotation is idempotentHint=true, which provides little behavioral context. The description compensates by disclosing that power is maintained, stopping is smooth, the arm is not locked, and a confirmation message is returned. This is useful behavioral information, though it could mention additional side effects or safety implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: the first sentence defines core behavior, the second notes return value, and the third provides usage differentiation. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with no parameters, and the description covers what it does, the return value, and when to use it compared to emergency_stop. The presence of an output schema covers return details, and no further context seems necessary.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With zero parameters, the schema fully defines the input space, and no parameter descriptions are needed. The baseline for zero-param tools is 4, and the description adds no unnecessary parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs a decelerated stop ('减速停止'), maintains power, smooth stop, and does not lock the arm. It also explicitly differentiates from emergency_stop by noting lock behavior, making the purpose specific and distinguishing it from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('正常停车用 stop') versus the alternative emergency_stop ('紧急情况下用 emergency_stop'), and explains the key difference (no locking). This gives clear usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HBConline/HLORO-AI'

If you have feedback or need assistance with the MCP directory API, please join our Discord server