Skip to main content
Glama
ToxMCP

Dietary Exposure MCP

by ToxMCP

Dietary Lookup Contaminant Legal Limits

dietary_lookup_contaminant_legal_limits
Read-onlyIdempotent

Retrieve jurisdiction-specific legal limits for dietary contaminants, returning authoritative values directly from the selected authority's own regulations for exposure screening.

Instructions

Return governed jurisdiction-specific contaminant legal limits without borrowing from other authorities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well established. The description adds meaningful behavioral context beyond the annotations by specifying that returned limits are 'governed' and are not borrowed from other authorities. This is valuable and not present in the structured annotations.

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 efficient sentence with no filler or redundancy. The key qualifiers 'governed', 'jurisdiction-specific', and 'without borrowing from other authorities' are front-loaded and contribute directly to tool selection and invocation.

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 that an output schema exists and annotations cover side effects, the minimal description is largely sufficient for a read-only lookup tool. However, it omits guidance on the required contaminantFamily and the distinction between authority and jurisdiction, which are central to correct invocation. Despite this, the presence of structured schema and annotations raises the completeness above a minimal viable score.

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?

Schema description coverage is 0% and the description does not explain the required contaminantFamily parameter or optional filters like authority, jurisdiction, matrixGroup, substanceKey, or commodityCode. The only hint is 'jurisdiction-specific', which loosely maps to the jurisdiction parameter but does not compensate for the total lack of parameter documentation.

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 uses the specific verb 'Return' and names a precise resource: 'governed jurisdiction-specific contaminant legal limits'. This clearly distinguishes it from sibling lookup tools like dietary_lookup_occurrence_evidence or dietary_lookup_reference_values. The qualifier 'without borrowing from other authorities' adds a unique scope that further separates it from other tools.

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?

Usage is implied from the tool name and description: it is for retrieving legal limits for contaminants. However, it does not explicitly state when to use this tool over alternatives, nor does it provide exclusions or mention competing lookup tools. The phrase 'without borrowing from other authorities' gives a hint about selection criteria but not enough for clear 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/ToxMCP/dietary-exposure-mcp'

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