Skip to main content
Glama
Yutarop
by Yutarop

check_ros2_topic_hz

Monitor the message rate on a ROS 2 topic by checking its publishing frequency in hertz, helping diagnose communication issues.

Instructions

Displays the publishing frequency (Hz) of a given ROS 2 topic.

Args:
    topic_name: Name of the topic (e.g., /scan)

Example: "Check the message rate on /scan" → ros2 topic hz /scan

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topic_nameYes
Behavior2/5

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

No annotations provided. Description lacks behavioral details such as sampling duration, blocking behavior, or error handling (e.g., what happens if topic does not exist). Minimal disclosure beyond the basic function.

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

Conciseness4/5

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

Very concise with a clear one-line purpose, Args section, and example. No filler, but the structure could be slightly improved by separating usage context from example.

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?

Despite low complexity (1 param, no output schema), the description is incomplete: it does not describe return values, duration of measurement, or error conditions. Leaves significant gaps for an agent to infer.

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

Parameters2/5

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

Schema has 0% description coverage, and the description only lists the parameter name without adding format, constraints, or examples of valid values. Does not compensate for the missing schema descriptions.

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?

Clearly states the tool displays publishing frequency (Hz) of a ROS 2 topic, with a specific verb and resource. Distinguishes from siblings like echo_ros2_topic and get_topic_info by focusing on rate measurement.

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

Usage Guidelines3/5

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

Provides a concrete example but no explicit when-to-use or when-not-to-use guidance. Does not mention alternatives or prerequisites like topic existence.

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/Yutarop/ros-mcp'

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