Drug-Food Interactions
Server Details
Food-drug interaction and nutrient depletion checks for 30+ common medications.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.1/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: one checks interactions for a list of medications, the other returns a safety profile for a single medication. There is no overlap or ambiguity.
Both names are clear and descriptive, but one uses an imperative verb (check_interactions) while the other is a noun phrase (drug_safety), showing a slight inconsistency in naming pattern.
With only 2 tools, the server feels minimally scoped for the domain of food-drug interactions. While the tools cover key queries, the low count is borderline.
The tools cover checking interactions for multiple medications and safety for a single medication, but lack features like detailed interaction explanations or listing drugs with interactions. Some gaps exist.
Available Tools
2 toolscheck_interactionsBRead-onlyInspect
Check a list of medications for food-drug interactions, nutrient depletions, and timing-critical dosing requirements.
| Name | Required | Description | Default |
|---|---|---|---|
| medications | Yes | ||
| foods_or_supplements | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=false. The description adds that the tool checks for three specific types of interactions, which provides some behavioral context beyond the annotations. However, it does not detail side effects, limitations, or data sources. With annotations covering the basic safety profile, the description adds moderate value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence of 15 words that front-loads the purpose. Every word earns its place with no repetition or fluff. It efficiently communicates the tool's function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with two parameters, no output schema, and 0% schema description coverage, the description is too brief. It does not explain the return format (e.g., list of interactions, severity), behavior for no results, or limits on list sizes. The relationship between medications and foods_or_supplements is unclear. Significant gaps remain.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 for the parameters. However, it does not mention 'medications' or 'foods_or_supplements' at all. It fails to explain expected formats (e.g., drug names, supplement names), allowed values, or relationships between parameters. This leaves the agent without necessary guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Check' and identifies the resource 'medications'. It clearly states the scope: 'food-drug interactions, nutrient depletions, and timing-critical dosing requirements'. This differentiates it from the sibling tool 'drug_safety', which likely focuses on general drug safety issues.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for checking medication interactions with food/supplements, but does not explicitly state when to use this tool versus alternatives like 'drug_safety'. It lacks when-not conditions or prerequisites, leaving the agent to infer the context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
drug_safetyCRead-onlyInspect
Return the food-drug safety profile for a single medication.
| Name | Required | Description | Default |
|---|---|---|---|
| medication | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description's 'Return' aligns but adds no additional behavioral context beyond what annotations provide. No mention of return format, size, or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence front-loaded with the core purpose. No redundant words, achieving maximum conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite simplicity, the description lacks completeness: it does not explain what the safety profile includes, how to specify the medication (e.g., generic vs brand), or what the output looks like. Given the sibling tool, more context is needed for differentiation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for the single parameter 'medication'. The description does not add any meaning about the parameter, such as acceptable formats (generic name, brand name) or examples.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Return' and the resource 'food-drug safety profile for a single medication'. It distinguishes from the sibling tool 'check_interactions' by focusing on safety profile.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance provided on when to use this tool versus alternatives. The sibling tool 'check_interactions' suggests a potential alternative but no explicit usage context or exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!