Skip to main content
Glama

nds_get_radiation_spectrum

Retrieve decay radiation spectra (gamma, beta, alpha, X-ray) for a specified nuclide, including discrete lines and continuous-spectrum summaries, with filters for radiation type, energy, and intensity.

Instructions

Get decay radiation spectra from JENDL-5 Decay (gamma/beta/alpha/X-ray discrete lines and continuous-spectrum summaries).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
AYesMass number
ZYesAtomic number
typeYesFilter by radiation typeall
stateYesIsomeric state (0=ground, 1=first isomer, ...)
min_intensityNoMinimum yield per decay. FC is yield per decay and can exceed 1.0.
energy_max_keVNoMaximum energy filter (keV)
energy_min_keVNoMinimum energy filter (keV)
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavioral traits. It does reveal that the output contains both discrete lines and continuous-spectrum summaries, which is non-obvious and useful, but it does not discuss read-only safety, result size, pagination, or any limitations beyond that content detail.

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 a single, front-loaded sentence that immediately states the tool's core function, data source, and output content with no unnecessary words. It is optimally concise and structured.

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 schema fully documents all parameters, and the description adequately covers the core output content and scope, making the tool's purpose and invocation sufficiently clear. However, the absence of an output schema or annotations means a brief mention of return structure or usage caveats would make it more complete, but this is not a critical gap.

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% for all 7 parameters, so the description adds minimal semantic value beyond the schema. It mentions radiation types and summary nature, which loosely relates to the 'type' parameter, but it does not explain any parameter in a way that is not already in the schema.

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 states the specific verb 'Get' and the resource 'decay radiation spectra from JENDL-5 Decay', and further clarifies the scope by enumerating radiation types (gamma/beta/alpha/X-ray) and output forms (discrete lines and continuous-spectrum summaries). This explicitly differentiates it from sibling tools like nds_query_gammas or nds_get_decay, which focus on different aspects of decay data.

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 the tool should be used when decay radiation spectra are needed, but it offers no explicit 'when not to use' or alternative tool recommendations. The context is clear only through the tool's purpose, not through explicit comparative guidance.

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/fkguo/nds-mcp'

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