Skip to main content
Glama

Validate a data center design

validate

Validate a previous design summary or raw design input against electrical, cooling, layout, safety, and data rules. Private EngineSessions are not exposed through public MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawInputNo
designSummaryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
rfisYes
_agentYes
verdictNo
findingsYes
requestIdYes
sessionIdNo
revisionIdNo
graphSummaryNo
graphVerdictNo
statusCountsNo
engineVersionYes

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions that private EngineSessions are not exposed through public MCP, which is a minor behavioral constraint, but it fails to disclose idempotency, side effects, or whether the tool is read-only. The description is insufficient for a validation tool.

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 short (two sentences) and front-loaded with the main purpose. However, the second sentence about private sessions is tangential and could be omitted or moved to a more appropriate section. Still, it avoids unnecessary verbosity.

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

Completeness3/5

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

Given the tool's complexity (multiple parameters, nested objects, output schema), the description is minimal. It does not explain prerequisites or validation outcomes, but the presence of an output schema partially mitigates the need to describe return values. The description is adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for individual parameters. The description only mentions the two top-level input categories (designSummary and rawInput) without explaining their properties or constraints. It adds minimal meaning beyond the schema, which is inadequate given the low 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 clearly states that the tool validates designs against specific rule categories (electrical, cooling, etc.). It specifies two distinct input types (design summary or raw input) and uses a precise verb-resource pairing, distinguishing it from sibling tools like 'design' and 'layout'.

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?

The description implies that validation is performed on a design, but it does not explicitly state when to use this tool versus creating or laying out designs. No alternatives or exclusions are mentioned, leaving the agent to infer usage context.

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.2/5.0
Disambiguation4/5

The agent_board_* tools are clearly distinct by action, and design/layout/validate map to separate stages of the design workflow. Some slight overlap exists between post and reply since both can carry responses, but descriptions reduce ambiguity.

Naming Consistency3/5

The agent_board_* tools follow a consistent verb_noun snake_case pattern, but design, layout, and validate break that pattern with bare nouns/verbs. The abbreviation 'ack' also stands out against the fuller verbs used elsewhere.

Tool Count4/5

Seven tools is a reasonable count, but the set spans two distinct areas: agent-board messaging and design generation/validation. Each tool earns its place within its cluster, though the combined scope feels slightly broad for a 'design-engine' server.

Completeness4/5

The messaging workflow is well covered with inbox, post, reply, and acknowledgement, and the design pipeline covers generation, layout, and validation. Missing explicit design retrieval or update operations, but the described workflow appears functional without them.

Resources