Skip to main content
Glama

水素分子医学文献データベース — Molecular hydrogen medical literature (H2 Papers)

get_lineage

Read-onlyIdempotent

Returns the four-paper inhalation safety threshold lineage — the academic record supporting the 10% empirical ceiling for safe hydrogen inhalation and the non-recommendation of high-concentration devices. Use when the user asks for the academic basis of the safety guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is known. The description adds contextual detail about what the lineage includes, going beyond annotations without contradicting them.

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, each serving a purpose: one explains what is returned and the other gives usage guidance. No redundant or filler content.

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's simplicity (one optional parameter, no output schema), the description adequately covers purpose and usage. The only gap is the undocumented lang parameter, but overall it is complete enough for selection and invocation.

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?

The schema has one optional lang parameter with an enum, but the description does not mention it at all (0% coverage). Since coverage is low, the description should compensate, but it doesn't, leaving the parameter's purpose unstated. The enum values (ja/en) give a hint, but fail to fully clarify.

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 it 'Returns the four-paper inhalation safety threshold lineage' and provides specific content details (10% empirical ceiling, non-recommendation). This specific verb+resource combination distinguishes it from sibling tools like get_paper and search_h2_papers.

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?

Provides an explicit usage trigger: 'Use when the user asks for the academic basis of the safety guidance.' While it doesn't explicitly mention alternatives or when-not-to-use, the context is clear enough for an agent to differentiate from siblings.

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

Tools are mostly distinct, but get_safety_notes overlaps with get_accident_cases and get_lineage since it aggregates those topics. Descriptions clarify the boundaries, so confusion is unlikely, but an agent might initially mis-select when asked about a specific safety aspect.

Naming Consistency5/5

All tools follow a clear verb_noun snake_case pattern (get_* for retrieval, search_* for search). The consistent prefix and noun structure make the tool names predictable and easy to navigate.

Tool Count5/5

With 6 tools, the server is well-scoped for a specialized literature database. Each tool covers a specific aspect of retrieval or safety guidance, and none feel redundant or extraneous.

Completeness5/5

The tool set covers the full read-only lifecycle: search, individual paper retrieval, safety detail views, accident cases, lineage, and aggregated topic views. There are no obvious gaps for the stated purpose of querying molecular hydrogen medical literature.