Skip to main content
Glama
This connector has been deprecated

Need to make it a revenue generating mcp connection and a earning source and not provide for free.

compute_kinematics

Calculates rigid-body joint-space mass matrices M(q), Christoffel symbols, and analytical spatial geometric Jacobian derivatives using highly optimized, parallelized NumPy fallback matrix routines. Operates deterministically with zero side effects. Designed for real-time trajectory tracking, forward/inverse kinematic conversions, and sampling-based robotic path-planning validation frameworks (e.g., RRT*, PRM).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
joint_anglesYesAn ordered coordinate array of float elements representing the target spatial joint motor positions measured strictly in metric SI units (radians for revolute joints, meters for prismatic joints).
robot_definitionYesA highly structured, JSON-serialized configuration string detailing link spatial geometries, Denavit-Hartenberg (DH) matrix offsets, link lengths in meters, and mass/inertial tensor variables in kilograms.

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description takes full responsibility for behavioral disclosure. It explicitly states that the tool 'operates deterministically with zero side effects,' which is crucial for agent decision-making. This exceeds minimal requirements.

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?

The description consists of two sentences, with the first sentence immediately stating the core functionality. There is no redundant information, and each sentence adds value. Efficient and well-structured.

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?

Given the tool's complexity (kinematics, robotics) and the absence of an output schema, the description should ideally hint at the return structure or output content. It mentions the computed quantities but not how they are returned, leaving some information gaps for the agent.

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

Parameters3/5

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

The input schema covers both parameters with 100% description coverage. The description adds context about the parameters (e.g., 'mass matrices' implies usage of robot_definition) but does not significantly deepen understanding beyond the schema. A baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states that the tool calculates mass matrices, Christoffel symbols, and Jacobian derivatives, with specific use cases like real-time trajectory tracking and path planning. It distinguishes itself from unrelated sibling tools (fuzz_boundaries, quantize_tensors) but does not explicitly differentiate 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 mentions applications like real-time tracking and path planning validation, implying suitable contexts. However, it does not explicitly state when not to use the tool or provide alternative tools, leaving usage guidance somewhat implicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool targets a completely different domain: kinematics, AST fuzzing, and tensor quantization. There is no overlap in purpose, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (compute_kinematics, fuzz_boundaries, quantize_tensors), providing predictability.

Tool Count4/5

With only three tools, the server feels slightly undersized for a 'computational factory' scope, but each tool is a well-defined utility; the count is reasonable for a niche server.

Completeness3/5

The domain is unclear, but the tools cover three disjoint areas. For a broad 'factory' there are obvious gaps (e.g., no optimization, simulation, or data handling), but for a focused set of utilities, coverage is adequate.

Resources