Skip to main content
Glama
tschoonj

xraylib MCP Server

by tschoonj

DCSb_Compt

Calculate the differential Compton scattering cross section (barn/atom/sr) for a given atomic number, photon energy, and scattering angle.

Instructions

Calculate the differential Compton scattering cross section (barn/atom/sr).

Args: Z: Atomic number (1-120) E: Photon energy in keV theta: Scattering polar angle in radians

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
EYes
ZYes
thetaYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. The description indicates a pure calculation (read-only) but does not disclose potential constraints like valid energy range or numerical stability. The Z range is given, but E and theta ranges are omitted.

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 concise, front-loading the purpose, then listing parameters. However, it could mention the output unit or behavior for clarity, but overall efficient.

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 presence of an output schema, the description need not explain return values. It covers parameter ranges and units, but lacks usage guidelines and sibling differentiation. Adequate for a simple tool, but could be more helpful.

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?

Schema description coverage is 0%, so the description must compensate. It provides physical meaning, units, and range for Z, and units for E and theta, adding significant value beyond the schema titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool calculates the differential Compton scattering cross section with units (barn/atom/sr). However, it does not differentiate from similar sibling tools like DCS_Compt or CSb_Compt, which may cause confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. With many similar cross-section siblings, explicit usage context and limitations are missing.

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/tschoonj/xraylib-mcp-server'

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