Skip to main content
Glama

ReliaStats

explain_reliability_basics

Read-onlyIdempotent

Return a textbook-tier explainer of reliability fundamentals: the four reliability functions R(t)/F(t)/f(t)/h(t), MTBF vs MTTF vs MTTR, the availability identity A = MTBF/(MTBF+MTTR), the bathtub curve, and series/parallel system reliability. No inputs. Use when a user asks 'what is reliability theory' / 'explain MTBF' / 'how does availability work' / 'what's a hazard rate'. ANTI-FABRICATION: text is sourced from docs/reliability-theory.md (the canonical ChiAha reliability primer). Quote sections verbatim; do not paraphrase reliability theory from training-data recall.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints, but the description adds a crucial behavioral constraint: it must quote verbatim from docs/reliability-theory.md and must not paraphrase from training-data recall. This goes beyond the annotations and meaningfully shapes agent behavior.

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 sentences that front-load the tool's function, then give usage triggers and an anti-fabrication note. It is compact, clear, and every sentence earns its place.

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

Completeness5/5

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

The tool has no output schema, but the description fully enumerates the content domains, provides a source reference, and explains when to use it. For a textual explainer, this is complete and leaves no significant gaps.

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?

The input schema has zero parameters and the description explicitly states 'No inputs,' so there are no parameter semantics to explain. Per the rubric, a zero-parameter tool receives a baseline of 4.

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 a specific verb and resource ('Return a textbook-tier explainer of reliability fundamentals') and enumerates the exact topics covered (R(t)/F(t)/f(t)/h(t), MTBF/MTTF/MTTR, availability identity, bathtub curve, series/parallel). This clearly distinguishes it from siblings like explain_advanced_reliability_patterns and explain_distributions_for_reliability.

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 explicit trigger queries ('Use when a user asks...'), giving the agent concrete conditions for selection. However, it does not explicitly state when-not-to-use or name alternative tools, so it stops short of full guidance (which would merit a 5).

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

Several tools overlap in purpose, particularly the explain_* family: explain_distributions_for_reliability and recommend_distribution both address distribution selection, and explain_distributions also covers Weibull β interpretation, overlapping with interpret_weibull_shape. However, descriptions are detailed enough that careful reading usually disambiguates, so the confusion is moderate rather than severe.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (compute_, describe_, explain_, interpret_, list_, recommend_), making the naming predictable. Two exceptions, 'system_reliability' and 'weibull_summary', are noun phrases without a verb, which is a minor deviation from the pattern but not disruptive.

Tool Count5/5

With 11 tools, the server is well within the ideal 3–15 range and each tool serves a distinct purpose, from educational explainers to closed-form calculation utilities. The count feels well-scoped for a reliability statistics knowledge and reference server.

Completeness4/5

The tool surface covers fundamentals, distribution guidance, Weibull calculations, availability, system reliability, and paired-model documentation, giving broad coverage of the domain. It intentionally defers fitting to an external sandbox, so the main minor gap is the lack of direct data-fitting or confidence-interval computation tools, but these can be worked around.

Resources