Skip to main content
Glama

engineering

eurocode_beam_designer

Preliminary Eurocode beam design (steel EC3 / composite / reinforced concrete EC2). Selects a section, computes ULS bending & shear utilisation, SLS deflection, and fire protection. Indicative, not a stamped design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gradeNoSteel: s275/s355. Concrete: c2530/c3037/c3545
configYesss=simply supported, cant=cantilever, cont=continuous 2-span
span_mYesSpan length (m)
exposureNoConcrete exposure class (cover)
materialYesBeam material
udl_kn_mYesCharacteristic uniformly distributed load (kN/m)
fire_ratingNoRequired fire rating
load_positionNoPoint-load position as fraction of span 0-1 (default 0.5)
point_load_knNoCharacteristic point load (kN), optional

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It states the computational scope and adds the important limitation 'Indicative, not a stamped design,' which warns against over-trusting the output. It does not detail the return format, but for a calculation tool the description covers the key behavioral expectations.

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 three compact sentences with zero redundant words. The purpose is front-loaded, the computational outputs are listed in the second sentence, and the limitation comes last. Every sentence earns its place.

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?

The description explains the type of calculation (ULS, SLS, fire protection) and the indicative nature, which is sufficient for an agent to understand the scope. There is no output schema, so the description partially compensates by enumerating the computed results, though it does not specify the exact response structure. Given the moderate complexity of the tool, this is nearly 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 input schema already documents all nine parameters with names, types, and units. The description adds no parameter-level detail beyond the general summary of what is computed. It does not clarify dependencies such as exposure being concrete-only or which parameters apply to steel vs. composite, but the baseline of 3 is appropriate given complete schema coverage.

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 opens with 'Preliminary Eurocode beam design' and explicitly lists the materials (steel EC3 / composite / reinforced concrete EC2), immediately distinguishing this from the sibling eurocode_column_checker. It also names specific outputs (selects a section, computes ULS bending & shear utilisation, SLS deflection, fire protection), making the tool's function 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 word 'Preliminary' and the explicit 'not a stamped design' clearly convey when the tool is appropriate and when it is not. It lacks an explicit pointer to an alternative or a direct 'use this when...' statement, but the scope is clear enough for an agent to route correctly for beam calculations.

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

B3.1/5.0
Disambiguation3/5

Many tools have distinct domains (structural, carbon, compliance, heat pumps), but several overlap at a surface level: calculate_carbon, building_carbon_footprint, and uae_climate_ghg all deal with carbon; estimate_cooling_load and thermal_load both compute cooling loads; and multiple UK/UAE compliance checkers have similar 'readiness/checker/precheck' names. Descriptions help differentiate, but an agent could still select the wrong tool without careful reading.

Naming Consistency2/5

Naming is a mix of verb-led patterns (assess_epbd_score, calculate_carbon, check_uae_bim_compliance, estimate_cooling_load, get_technical_dd_quote) and noun-led phrases (building_carbon_footprint, building_readiness, digital_renovation_passport, roi_calculator, thermal_load). Sub-groups like check_* and eurocode_* are consistent internally, but the overall set has no unifying convention, which adds cognitive load.

Tool Count2/5

With 27 tools, the server exceeds the 'heavy' range, even though the engineering domain is broad. Many tools are highly specialized (e.g., part_s_ev, mees_checker, dgnb_bim_readiness), and the large count risks overwhelming an agent trying to pick the right one. The scope may justify the number, but it edges into too-many territory.

Completeness3/5

The server covers a wide range of building and sustainability assessments: carbon, energy, compliance (EU/UK/UAE), structural design, cost benchmarking, and data centres. However, there are gaps in adjacent areas common to building engineering—such as acoustic design, water/sanitation, electrical systems, or thermal bridging—which would be expected from a general 'engineering' server. It is reasonably complete for its apparent sustainability/regulatory focus, but not universally.

Resources