Skip to main content
Glama
JaredOnAnIsland

seed-oil-tracker-mcp

Cleanest or worst chains, ranked

get_rankings

Retrieve a ranked list of US restaurant chains by average seed oil content per menu item. Choose best (cleanest) or worst order to identify healthier dining options.

Instructions

Ranked list of chains by average seed oil per menu item. order=best (cleanest first) or worst.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 15
orderNoDefault best
Behavior3/5

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

No annotations are provided, and the description does not explicitly state read-only or destructive behavior. However, 'Ranked list' implies a read operation. The description lacks details on what happens if no data is available or if parameters are invalid.

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 a single sentence of 17 words, highly efficient. It is front-loaded with the title and immediately conveys the key functionality. No redundant information.

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

Completeness4/5

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

For a simple tool with 2 parameters and no output schema, the description covers the essential logic: ranking by seed oil with order choice. The 'limit' parameter is documented in the schema (default 15), so omission in description is acceptable. No output schema exists, but the return type (list of chains) is inferable.

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 100% for both parameters. The description adds value by clarifying the 'order' parameter: 'order=best (cleanest first) or worst.' This provides semantic meaning beyond the schema's enum values.

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?

Description clearly states it provides a ranked list of chains by average seed oil per menu item, with order parameter for best/worst. The title 'Cleanest or worst chains, ranked' reinforces the purpose. It distinguishes from sibling tools 'get_chain' (specific chain) and 'search_chains' (search functionality).

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?

Description does not explicitly state when to use this tool versus alternatives, nor does it provide when-not-to-use guidance. However, the context of sibling tools implies usage for rankings, and the description is clear enough for an agent to infer appropriate use cases.

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/JaredOnAnIsland/seed-oil-tracker-mcp'

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