Skip to main content
Glama
mrslbt

tabedata-mcp

by mrslbt

Find Better Food Alternatives

find_alternatives
Read-onlyIdempotent

Find food alternatives optimized for higher protein, lower calorie, or lower sodium. Returns each option with its nutritional improvement and tradeoff.

Instructions

Find alternatives for a food along a chosen axis: higher protein, lower calorie, or lower sodium. Returns each alternative with its improvement and tradeoff.

ある食品の代替案を、たんぱく質・カロリー・ナトリウムなど指定軸で提案します。改善点とトレードオフを併記します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
constraintNoRestrict alternatives to the same chain, same category, or any. Defaults to any. 制約条件。any
max_resultsNoMaximum alternatives to return (1–10, default 3). 最大件数。
current_foodYesCurrent food (EN or JP), e.g. 'tuna mayo onigiri' or 'ツナマヨおにぎり'. 改善したい現在の食品。
optimize_forYesWhich axis to improve along. 改善したい指標。
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint true. The description adds that it returns alternatives with improvement and tradeoff, disclosing the output structure beyond what annotations provide. No contradictions.

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 two sentences plus a Japanese translation, front-loaded with the main action and outcome. No filler, efficient.

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 description covers the main purpose but lacks details on output format (e.g., structure of improvement/tradeoff) since no output schema exists. It is complete for a simple tool but could be improved with more specifics on what is returned.

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?

Schema coverage is 100%, so baseline is 3. The description does not add significant extra meaning beyond the schema descriptions; it includes bilingual text and examples like 'tuna mayo onigiri' but this is minimal. Parameter semantics are adequately covered by the schema.

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 finds alternatives for a food along a chosen axis (higher protein, lower calorie, lower sodium) and returns each with improvement and tradeoff. This distinguishes it from siblings like search_food or analyze_meal.

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 description implies usage for finding dietary alternatives based on nutritional goals. While it lacks explicit when-not-to-use or alternative tools, the sibling list context helps differentiate. It is clear enough for an agent to infer appropriate use.

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/mrslbt/tabedata-mcp'

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