seed-oil-tracker-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: single chain lookup, ranking list, and name search. No overlap in functionality.
All tools follow a consistent verb_noun snake_case pattern (get_chain, get_rankings, search_chains).
Three tools is well-scoped for a focused domain of tracking seed oils in chains, providing lookup, rankings, and search without redundancy.
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.