Skip to main content
Glama
ToxMCP

Dietary Exposure MCP

by ToxMCP

Dietary Export Adapter Review Bundle

dietary_export_adapter_review_bundle
Read-onlyIdempotent

Bundle adapter import verification results with walkthrough diff comparisons to produce an auditable review handoff for dietary exposure assessments.

Instructions

Package adapter check and walkthrough-diff results into an auditable review handoff bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already convey readOnly, idempotent, and non-destructive traits. The description adds context that results are packaged into an 'auditable review handoff bundle,' but it does not disclose additional behavioral details such as failure handling, output format, or any limitations beyond what annotations already state.

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 one well-structured sentence that front-loads the action and clearly states input and output. Every word contributes meaning; there is no wasted or redundant content.

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?

The output schema and annotations cover return format and safety, but the description alone is minimal for an agent choosing among many sibling export bundle tools. It does not clarify the difference between this and similar 'review dossier' or 'handoff packet' tools, so selection context is incomplete.

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%, but the single 'request' parameter is richly defined. The description adds semantic meaning by equating 'adapter check' to check_result and 'walkthrough-diff' to comparison_result, which helps the agent understand how to construct the request object despite the schema lacking field-level descriptions.

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 a specific verb ('Package') and names the exact resources and output: 'adapter check and walkthrough-diff results' become an 'auditable review handoff bundle.' This clearly distinguishes the tool from sibling export bundles by specifying its input sources and purpose.

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 after obtaining adapter check and walkthrough-diff results, but it does not provide explicit when-to-use or when-not-to-use guidance, nor does it name alternatives among the many similar 'export bundle' siblings.

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