Skip to main content
Glama

steel-tools

Steel Plate Weight

steel_plate_weight

Compute carbon steel plate weight from thickness (decimal or fraction) and width/length in inches, with optional material cost via price_per_lb. Published nominal values for estimating and orientation, not design guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
width_inYesPlate width in INCHES (a 4x8 ft plate is 48 x 96 in)
length_inYesPlate length in INCHES
price_per_lbNoOptional material price in $/lb, to include a cost estimate
thickness_inYesPlate thickness in inches — decimal or fraction ("3/4", "1-1/8")

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds useful caveats about nominal values and design limitations, but does not disclose output format, rounding behavior, or material density assumptions beyond 'carbon steel'.

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?

Two sentences: the first front-loads the action and key inputs, the second adds the caveat. Every word earns its place, with no unnecessary detail or repetition.

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 simple calculation tool with no output schema, the description covers purpose, inputs, and limitations. It does not explicitly state the output unit (pounds), but this is strongly implied by 'price_per_lb' and the domain. Slightly more detail on output would make it fully complete.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds little beyond the schema—it restates that thickness can be decimal or fraction and that price_per_lb is optional, but these are already in the parameter 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 the tool computes carbon steel plate weight from thickness, width, and length in inches, with optional cost via price_per_lb. This specific verb+resource+inputs distinguishes it from sibling tools like steel_shape_weight, which targets structural shapes.

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 provides context that values are nominal, for estimating and orientation, not design guidance. However, it does not explicitly mention when to use this tool versus alternatives like steel_shape_weight or steel_gauge_thickness, so it lacks explicit exclusions or alternative references.

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

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: lookups (bolt pretension, gauge, pipe, shape), weight calcs (plate, section, shape, takeoff), area calc, reference, MTR screening, and PDF/document generators (NCR, RFI, RFQ, markup). Even the three weight tools are explicitly differentiated by input type, and the descriptions cross-reference each other to avoid confusion.

Naming Consistency4/5

All tool names share the 'steel_' prefix and follow a 'resource_property/action' pattern (e.g., steel_plate_weight, steel_rfi_generate). However, the suffix is not uniformly a verb or noun: some end with a noun (steel_coating_area, steel_pipe_schedule) and others with a verb (steel_mtr_check, steel_ncr_generate), creating minor inconsistency in the naming convention.

Tool Count5/5

14 tools is well within the ideal 3-15 range for a specialized domain. Each tool covers a distinct need for structural steel estimating and documentation, and the count feels comprehensive without being bloated or redundant.

Completeness5/5

The tool set provides thorough coverage of the structural steel domain: reference lookups, weight/size calculations, coating area, MTR checking, takeoff rollups, and formal document generation (NCR, RFI, RFQ) plus PDF markup. There are no obvious missing operations for a steel estimating/quality document workflow, and the tools together enable a complete estimating and documentation process.

Resources