Skip to main content
Glama
JaredOnAnIsland

seed-oil-tracker-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_chainA

Look up one US restaurant chain: its seed-oil letter grade, the oil it cooks with, the lowest-seed-oil menu items to order, and the highest to avoid. Fuzzy name matching ('chickfila' finds Chick-fil-A).

search_chainsA

Search the 500+ covered US chains by (partial) name; returns matches with grades.

get_rankingsA

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: single chain lookup, ranking list, and name search. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (get_chain, get_rankings, search_chains).

Tool Count5/5

Three tools is well-scoped for a focused domain of tracking seed oils in chains, providing lookup, rankings, and search without redundancy.

Completeness4/5

Core operations are covered: individual lookup, ranked comparisons, and search. A potential minor gap is lack of a tool to list all chains, but search with partial name covers most use cases.

Maintenance

ActivityStale
ResponsivenessNo issues