Skip to main content
Glama
ToxMCP

Dietary Exposure MCP

by ToxMCP

Dietary Export Pbpk Oral Input

dietary_export_pbpk_oral_input
Read-onlyIdempotent

Exports dietary exposure data as normalized oral dose bundles for PBPK modeling, enabling direct use in downstream pharmacokinetic analysis.

Instructions

Export a normalized oral dose bundle for PBPK consumers.

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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe, non-destructive, repeatable operation. The description adds only the word 'normalized' about output format and does not cover behavior like validation, defaults, or error cases; with annotations present, this meets a baseline but adds little extra context.

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?

A single sentence with no wasted words; the action and target are front-loaded. It is appropriately structured but very brief, leaving other dimensions underserved. It is efficient rather than verbose.

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?

For a tool with a highly complex nested request schema, the description is too short to provide adequate invocation context. It does not state that the request must include scenario and summary objects, nor does it mention workflow sequencing (e.g., building a dietary intake summary first). An output schema exists, so return values are less critical, but prerequisite and data-shape guidance is missing.

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?

The single parameter 'request' has 0% schema description coverage, and the tool description does not explain what the request should contain (e.g., that it must include a DietaryIntakeScenarioDefinition and DietaryIntakeSummary). The schema's required fields are the only guide; the description adds almost no parameter-level meaning beyond 'oral dose bundle.'

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 uses a specific verb ('Export') and identifies a distinct resource ('normalized oral dose bundle for PBPK consumers'), which differentiates it from sibling export tools like dietary_export_interoperability_preview or review dossiers. It does not explicitly state that the request bundles a dietary scenario and summary, but the core purpose is clear.

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 is given on when to use this tool vs. alternatives such as dietary_build_dietary_intake_scenario, dietary_build_bounded_intake_summary, or other export bundles. The phrase 'for PBPK consumers' implies an export use case, but there are no prerequisites, exclusions, or pipeline context provided.

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