Skip to main content
Glama
sinagilassi

PyThermoCalcDB-NASA-MCP

by sinagilassi

calc_Keq_vh_shortcut

Compute reaction equilibrium constants via van't Hoff shortcut with NASA-9 database or user-supplied reference.

Instructions

Calculate reaction equilibrium constant Keq_vh_shortcut using the van't Hoff shortcut and the embedded NASA-9 database by default, or caller-supplied reference_content when source='reference'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYesRequest for a reaction NASA property calculation.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden. It only mentions data source options and does not disclose behavioral traits such as error handling, temperature range validity, standard state assumptions, or what happens if components are missing from the database. This is minimal disclosure for a kinetic calculation 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 a single concise sentence that efficiently conveys the core purpose and two data source modes. It is well-structured and front-loaded with the verb and resource. However, it could be slightly improved by separating the two modes for clarity.

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

Completeness2/5

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

Given the complex nested input schema, no annotations, and the presence of a sibling calc_Keq, the one-sentence description is insufficient. It does not mention the output format, constraints, prerequisites, or when to prefer this shortcut over the full calculation. The output schema exists but is not referenced in the description.

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%, so baseline is 3. The description adds no additional parameter meaning beyond what the schema already provides. It mentions 'source' and 'reference_content' but these are already documented in the schema with descriptions and defaults.

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 the tool calculates the reaction equilibrium constant Keq_vh_shortcut using the van't Hoff shortcut, with two data source options (embedded NASA-9 database or caller-supplied reference). The name 'shortcut' distinguishes it from sibling calc_Keq, and the method is explicitly mentioned.

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 when to use the 'reference' source but does not provide explicit guidance on when to choose this tool over siblings like calc_Keq. No comparisons or alternatives are mentioned, so the agent must infer usage from the name and description alone.

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/sinagilassi/PyThermoCalcDB-NASA-MCP'

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