Skip to main content
Glama

RTK Motion — Motion Capture, Biomechanics, Threat & Fleet Intelligence

get_rehab_report

Per-exercise biomechanical report for PT_outcome_measurement or medical_insurance_review. CoM stability, rep detection, joint load, bilateral asymmetry, ROM, fatigue markers. JSON + TXT formats. Latency <200ms. Pay $0.25 USDC on Base (chain 8453, USDC 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) to RTK wallet 0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C; pass tx hash as payment_tx. Eth/Solana: /.well-known/x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exerciseYesExercise name, e.g. 'Burpees', 'Pushups', 'Squats', 'HeadRotation'
case_pathYesCase path, e.g. 'PhysicalRehab/40-50/Male/LabrumTear'
x_paymentNoPreferred (x402 exact / gasless): base64 X-PAYMENT payload — a signed EIP-3009 transferWithAuthorization for this tool's USDC price to our wallet. Redeemable only by its signer; no gas needed.
payment_txNoUSDC transaction hash. Send $0.25 USDC on Base to 0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C, then pass tx hash here.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / x_payment
      Added value: +{
      +  "description": "Preferred (x402 exact / gasless): base64 X-PAYMENT payload — a signed EIP-3009 transferWithAuthorization for this tool's USDC price to our wallet. Redeemable only by its signer; no gas needed.",
      +  "type": "string"
      +}
  2. Changed1 schema field changed
    • changedInput schema / properties / payment_tx / description
      Previous value: -"Transaction hash proving payment of $0.25 USD"New value: +"USDC transaction hash. Send $0.25 USDC on Base to 0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C, then pass tx hash here."
  3. Changed1 schema field changed
    • changedInput schema / properties / exercise / description
      Previous value: -"Exercise name, e.g. 'Burpees', 'Squats', 'HeadRotation'"New value: +"Exercise name, e.g. 'Burpees', 'Pushups', 'Squats', 'HeadRotation'"
  4. Added

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behaviors. It explicitly states the payment requirement ($0.25 USDC on Base, payment_tx), latency (<200ms), and output formats (JSON + TXT). This is significant behavioral context, though it does not mention error handling, rate limits, or authorization beyond the payment mechanism.

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 is information-dense but well-structured: purpose, metrics, formats, latency, payment. It front-loads the core purpose and avoids filler. While slightly long, every sentence delivers necessary information without redundancy.

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

Completeness4/5

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

For a tool with no annotations and no output schema, the description covers the key aspects: what it does, what data it includes, output formats, latency, and payment. It could be more explicit about the exact return structure or provide a decision tree for siblings, but given the output format is only specified as JSON/TXT, it is reasonably complete.

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?

Schema coverage is 100% and each parameter has a descriptive example. The description adds extra semantic value by clarifying the payment flow (e.g., 'pass tx hash as payment_tx') and the x_payment alternative, which goes beyond the schema's static 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?

The description clearly states it produces a per-exercise biomechanical report for specific use cases (PT_outcome_measurement, medical_insurance_review), lists the key metrics, and distinguishes it from sibling tools that likely provide summaries or profiles. The verb 'get' with 'report' and the detailed content make the purpose unambiguous.

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

Usage Guidelines4/5

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

The description implies when to use it ('for PT_outcome_measurement or medical_insurance_review' and 'per-exercise') and provides context on what it returns. However, it does not explicitly name alternatives or say when not to use it, leaving some ambiguity relative to sibling tools like get_rehab_summary.

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.