Skip to main content
Glama

nutrition_meal_score

Read-onlyIdempotent

Rate the nutritional quality of a meal plan or set of recipes on a 0-100 health score. Evaluates balance of protein, fiber, calorie density, and variety. TRIGGERS:

  • 'rate my meal plan', 'how healthy is my meal selection'

  • 'score these recipes nutritionally', 'nutrition grade for these meals'

  • 'is this a balanced meal plan', 'health check my recipes'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipeSlugsYesArray of recipe slugs to score as a meal or plan (e.g. ['oatmeal-bowl', 'chicken-salad', 'salmon-dinner'])

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is clear. The description adds behavioral context by specifying the output is a 0-100 score and that it evaluates balance of protein, fiber, calorie density, and variety, which goes beyond the 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 concise, with a clear first sentence stating the function, followed by the evaluation criteria and a structured list of trigger phrases. It contains no redundant text and is well-organized for quick parsing.

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

Completeness5/5

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

For a tool with a single parameter and no output schema, the description adequately explains the purpose, the computation basis, the output scale, and when to use it. The trigger list covers the key invocation scenarios, making it contextually complete.

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?

The input schema covers 100% of parameters with a clear description and example for recipeSlugs. The description does not add additional parameter-level detail beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 'Rate the nutritional quality of a meal plan or set of recipes on a 0-100 health score' and lists evaluation criteria. It distinguishes from siblings like nutrition_analyze by focusing on whole meal plans/recipes rather than individual items.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The TRIGGERS section explicitly lists example user phrases that should invoke this tool, such as 'rate my meal plan' and 'health check my recipes'. It provides clear when-to-use context but does not explicitly mention alternatives or exclusions, so it stops short of the top score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources