Skip to main content
Glama
novtriq-tech

NOVTRIQ Engineering

eurocode_column_checker

Check axial column buckling per Eurocode for steel and concrete columns. Returns critical load, slenderness, reduction factor, resistance, and utilization.

Instructions

Eurocode axial column buckling check (steel EC3 6.3.1 flexural buckling / RC EC2 5.8 simplified). Returns Ncr, non-dimensional slenderness, reduction factor chi, NRd and utilisation. Indicative, not a stamped design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoSteel section key, e.g. UC203x203x46 (steel only)
depth_mmNoRC column depth h (mm), concrete only
materialYesSection material
width_mmNoRC column width b (mm), concrete only
axial_load_knYesDesign axial load NEd (kN)
buckling_curveNoEC3 buckling curve (steel only)
eccentricity_mmNoLoad eccentricity (mm), optional
reinforcement_pctNoRC reinforcement ratio % (concrete only)
effective_length_mYesEffective (buckling) length Lcr (m)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does state the output variables (Ncr, slenderness, chi, NRd, utilisation) and the indicative, non-stamped nature. However, it does not mention assumptions, default parameter behavior, or what happens when required concrete parameters (depth, width, reinforcement) are omitted for RC materials. This leaves a noticeable gap.

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 two sentences, front-loaded with the tool's purpose, followed by a concise output list and a clear caveat. Every sentence earns its place; there is no redundancy or filler.

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?

Given the tool has 9 parameters, no output schema, and no annotations, the description does a good job covering the return values and scope. It is mostly complete for a calculation tool, though it could be enhanced by explicitly noting the different input requirements for steel versus concrete and by referencing sibling tools. Still, the essential context is present.

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 itself does not enrich parameter meaning beyond the schema; it only mentions that the check covers steel and RC, which maps indirectly to parameters like section vs depth/width. It does not explain parameter combinations or units, but the schema already provides these details.

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 uses a specific verb and resource: 'axial column buckling check' under Eurocode, explicitly distinguishing it from sibling tools like eurocode_beam_designer. It also names the applicable code sections (EC3 6.3.1, EC2 5.8) and material types (steel/RC), making the tool's function precise and 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 clearly states the tool is for column buckling checks under Eurocode for steel and RC, which implies when to use it over beam design tools. It also includes an exclusion ('not a stamped design'). However, it does not explicitly name alternative tools or provide explicit 'when not to use' guidance, so it stops short of a 5.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/novtriq-tech/novtriq-engineering-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server