Skip to main content
Glama
jsperson
by jsperson

get_safety_status

Retrieve the current safety status of the Sphero RVR robot to check for potential hazards before starting operation. Identify any safety issues that may prevent movement or require attention.

Instructions

Get safety status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Get safety status' — no mention of whether this is a read-only operation, what side effects exist, error behavior, or what 'safety status' actually encompasses. This is a significant omission for a tool that presumably reports safety-critical state.

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

Conciseness2/5

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

The description is extremely short and free of fluff, but it is under-specified. It essentially restates the tool name and provides no added informative content, so it does not earn its place as a helpful description.

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

Completeness2/5

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

While an output schema exists and there are no parameters, the description lacks essential context about what safety status means, how it differs from other getters, or any practical use guidance. It is minimally complete but fails to provide enough context for an agent to confidently use it.

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?

The input schema is empty (0 parameters), so schema coverage is 100%. The description adds nothing about parameters, but there is nothing to add. Baseline for 0 parameters is 4 per the rubric.

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

Purpose2/5

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

The description 'Get safety status' directly restates the tool name ('get_safety_status'), adding no new information. It does not distinguish this from sibling status getters like 'get_connection_status' or 'get_battery_status', which also have similar 'Get X status' patterns.

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

Usage Guidelines2/5

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. There is no mention of prerequisites, typical scenarios, or exclusions, leaving the agent without context for selection among many similar status-oriented sibling tools.

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/jsperson/sphero_rvr_mcp'

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