Skip to main content
Glama

get_joint_limits

Query URDF physical and soft joint limits (lower/upper rad, effort, velocity) for a given robot and joint, enabling accurate motion planning and debugging.

Instructions

Query URDF physical and soft joint limits (lower/upper rad, effort, velocity).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
joint_nameNo
robot_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It correctly implies a read-only operation ('Query') but does not explain behavior in edge cases (e.g., empty joint_name), return semantics, or any side effects. It adds some context by specifying 'physical and soft limits' and units, but lacks depth.

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 a single, front-loaded sentence that efficiently communicates the tool's function and key details. There is no unnecessary information, and every word contributes to understanding the tool's purpose.

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

Completeness3/5

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

For a simple query tool, the description provides adequate context but leaves gaps. It does not clarify the behavior when parameters are omitted (defaults are empty strings) or how the output is structured, though the presence of an output schema mitigates this. The lack of annotations and parameter explanations reduces completeness.

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 description coverage is 0% as the input schema only shows parameter names and defaults. The description does not explain the meaning or expected values of 'joint_name' and 'robot_type'. Although the tool's purpose hints at a joint identifier and robot selection, the description fails to compensate for the lack of schema 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's purpose with a specific verb ('Query') and resource ('URDF physical and soft joint limits'), elaborating on the details (lower/upper rad, effort, velocity). This distinguishes it from sibling tools like recover_gazebo_joints by focusing on querying limits rather than modifying them.

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?

The description implies usage for retrieving joint limits but provides no explicit when-to-use guidance or alternatives. It does not mention when this tool is preferred over others, but the straightforward query nature makes usage reasonably clear.

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/Nescript/rm_mcp'

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