Skip to main content
Glama

chain_drive

Rate ANSI roller-chain drives (ASME B29.1) using link-plate fatigue and roller-impact limits; get rated power, governing constraint, and pass/fail for design validation.

Instructions

Rate an ANSI roller-chain drive (ASME B29.1). Rated at the lower of the link-plate-fatigue (HP1=0.004N1^1.08n1^0.9P^(3-0.07P), low speed) and roller-impact (HP2=1000KrN1^1.5P^0.8/n1^1.5, high speed) envelopes, P in inches. Give chain_pitch_mm (matching add_sprocket) OR a chain_number ("40","60",...) for pitch+Kr; strands scale by the B29.1 factor. Powers in W. Returns {rated_power_w, type1_power_w, type2_power_w, governing, strands, strand_factor, ..., power_sf?, pass}. k_r overrides the roller-impact constant the chain_number lookup supplies (29 for the 25-240 series, 17 for the lightweight #41) — needed for a chain outside the ANSI table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
k_rNo
power_wNo
strandsNo
speed_rpmYes
teeth_smallYes
chain_numberNo
chain_pitch_mmNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

No annotations exist, so the description carries the full burden, and it does well: it enumerates the return keys (rated_power_w, governing, pass, ...), states the governing-envelope logic, unit conventions (P in inches, powers in W), and the k_r override conditions. It does not discuss error/pass-fail semantics beyond the 'pass' key, so it is strong but not exhaustive.

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?

Front-loads the purpose and rating basis, then packs parameter guidance and return shape into dense parentheticals. Every clause is informative, though the inline formulas and symbol notation make it heavier than ideal for quick scanning.

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 computation tool with 7 params, no output schema, and no annotations, the description is largely complete: it defines the rating method, unit system, return keys, mutually exclusive pitch/chain-number paths, and the k_r escape hatch. It only leaves the exact meanings of the required geometric/speed inputs implicit.

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 description coverage is 0%, so the description must compensate, and it explains several parameters: chain_pitch_mm (matching add_sprocket), chain_number examples ('40','60'), strands scaling, k_r override values, and power units. It under-explains the two required params (teeth_small, speed_rpm), which are only inferable from the N1/n1 symbols in the formulas.

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?

States a specific verb and resource with the governing standard: 'Rate an ANSI roller-chain drive (ASME B29.1)'. Names the two internal rating envelopes (link-plate fatigue, roller impact) and the output, so an agent can distinguish it from belt_drive and gear_rating without opening the schema.

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?

Gives parameter-selection guidance ('Give chain_pitch_mm ... OR a chain_number') and ties chain_pitch_mm to add_sprocket, which is useful context. However, it never states when to pick this tool over the adjacent belt_drive/gear_rating rating tools, nor any speed/validity exclusions. Usage is only implied.

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

Deploy Server

Other Tools