Skip to main content
Glama

Find the Juiciest Buns

minion_bun_hunt
Read-only

Finds and ranks food buns sold online: discovers products, filters irrelevant results, scores each on juiciness, orderability, and evidence, then crowns a citation-backed winner with a Minionese verdict and English translation.

Instructions

Run the gold Minion MCP demo in one tool call: discover food buns sold online, reject irrelevant meanings of 'buns', inspect product evidence, score relevance, juiciness, orderability, and proof, then crown a citation-backed winner. In the visible user-facing reply, preserve the returned Minionese verdict first, its English translation second, and its cited leaderboard third.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoTwo-letter country code used to localize discovery.US
requestNoA food-bun shopping request. The gold demo works with the default.Find the Juiciest Buns on the internet
providerNoDiscovery backend. Auto uses Brave or SearXNG when configured; otherwise it uses the labeled starter catalog.auto
destinationNoOptional destination to include in discovery, such as California. Shipping is only scored when page evidence supports it.
safe_searchNoSearch-engine content filtering.strict
max_candidatesNoMaximum number of evidence-ranked bun candidates.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
statusYes
requestYes
providerYes
rejectedYes
candidatesYes
searched_atYes
plain_englishYes
scoring_modelYes
minion_verdictYes
discovery_warningNo
snapshot_productsYes
catalog_updated_atNo
inspected_productsYes
inspection_warningNo
catalog_stale_afterNo
inspection_outcomesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed9 schema fields changedv2.1.1
    • addedOutput schema / properties / candidates / items / properties / product / properties / verification
      Added value: +{
      +  "enum": [
      +    "live_page",
      +    "dated_snapshot"
      +  ],
      +  "type": "string"
      +}
    • addedOutput schema / properties / candidates / items / properties / product / properties / verifiedAt
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / catalog_stale_after
      Added value: +{
      +  "const": "2026-08-19",
      +  "type": "string"
      +}
    • changedOutput schema / properties / catalog_updated_at / const
      Previous value: -"2026-07-23"New value: +"2026-08-12"
    • addedOutput schema / properties / inspection_outcomes
      Added value: +{
      +  "items": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "error": {
      +        "type": "string"
      +      },
      +      "product": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "availability": {
      +            "enum": [
      +              "in_stock",
      +              "limited",
      +              "preorder",
      +              "out_of_stock",
      +              "unknown"
      +            ],
      +            "type": "string"
      +          },
      +          "canOrder": {
      +            "type": "boolean"
      +          },
      +          "category": {
      +            "type": "string"
      +          },
      +          "description": {
      +            "type": "string"
      +          },
      +          "evidence": {
      +            "items": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "label": {
      +                  "type": "string"
      +                },
      +                "sourceUrl": {
      +                  "format": "uri",
      +                  "type": "string"
      +                },
      +                "value": {
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "label",
      +                "value"
      +              ],
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "price": {
      +            "additionalProperties": false,
      +            "properties": {
      +              "amount": {
      +                "minimum": 0,
      +                "type": "number"
      +              },
      +              "currency": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "amount",
      +              "currency"
      +            ],
      +            "type": "object"
      +          },
      +          "rating": {
      +            "additionalProperties": false,
      +            "properties": {
      +              "count": {
      +                "type": "number"
      +              },
      +              "value": {
      +                "type": "number"
      +              }
      +            },
      +            "required": [
      +              "value"
      +            ],
      +            "type": "object"
      +          },
      +          "shipping": {
      +            "additionalProperties": false,
      +            "properties": {
      +              "available": {
      +                "type": "boolean"
      +              },
      +              "cost": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "amount": {
      +                    "minimum": 0,
      +                    "type": "number"
      +                  },
      +                  "currency": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "amount",
      +                  "currency"
      +                ],
      +                "type": "object"
      +              },
      +              "destination": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "available"
      +            ],
      +            "type": "object"
      +          },
      +          "traits": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "url": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "verification": {
      +            "enum": [
      +              "live_page",
      +              "dated_snapshot"
      +            ],
      +            "type": "string"
      +          },
      +          "verifiedAt": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "status": {
      +        "enum": [
      +          "verified",
      +          "invalid_url",
      +          "blocked",
      +          "timeout",
      +          "http_error",
      +          "not_product",
      +          "failed"
      +        ],
      +        "type": "string"
      +      },
      +      "target": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "rank": {
      +            "type": "number"
      +          },
      +          "snippet": {
      +            "type": "string"
      +          },
      +          "source": {
      +            "type": "string"
      +          },
      +          "title": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "required": [
      +      "target",
      +      "status"
      +    ],
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
    • changedOutput schema / properties / rejected / items / properties / reason / enum
      Previous value: -[
      -  "invalid_url",
      -  "duplicate",
      -  "not_food_buns",
      -  "non_food_context",
      -  "non_shopping_content"
      -]New value: +[
      +  "invalid_url",
      +  "duplicate",
      +  "not_food_buns",
      +  "non_food_context",
      +  "non_shopping_content",
      +  "unverified"
      +]
    • addedOutput schema / properties / snapshot_products
      Added value: +{
      +  "maximum": 9007199254740991,
      +  "minimum": -9007199254740991,
      +  "type": "integer"
      +}
    • addedOutput schema / properties / status
      Added value: +{
      +  "enum": [
      +    "verified_live",
      +    "verified_snapshot",
      +    "no_verified_candidates"
      +  ],
      +  "type": "string"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "request",
      -  "scoring_model",
      -  "minion_verdict",
      -  "plain_english",
      -  "candidates",
      -  "rejected",
      -  "provider",
      -  "query",
      -  "searched_at",
      -  "inspected_products"
      -]New value: +[
      +  "status",
      +  "request",
      +  "scoring_model",
      +  "minion_verdict",
      +  "plain_english",
      +  "candidates",
      +  "rejected",
      +  "provider",
      +  "query",
      +  "searched_at",
      +  "inspected_products",
      +  "snapshot_products",
      +  "inspection_outcomes"
      +]
  2. First observedv1.2.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false. The description adds behavioral context such as 'reject irrelevant meanings', 'inspect product evidence', 'score...', and the precise output format (Minionese verdict first, English translation second, leaderboard third). This goes well beyond the annotations by explaining the step-by-step processing and rendering behavior.

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 long: the first sentence concisely lists the multi-step process (discover, reject, inspect, score, crown), and the second sentence specifies the required output format. Every part adds value, nothing is redundant. The description is front-loaded with the main purpose.

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?

Given the presence of an output schema (signal: 'Has output schema: true'), the description does not need to explain return values. It fully covers the high-level workflow and output formatting rules. The complexity of 6 parameters is handled by the schema descriptions, and the annotations provide safety context. The description is complete for a demo tool with these structured fields.

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 description coverage is 100%, with all 6 parameters having descriptions in the input schema. The tool description does not add parameter-specific semantics beyond what the schema already provides. It explains the overall workflow, but the individual parameter meanings are fully covered by the schema. Baseline 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's purpose: 'discover food buns sold online, reject irrelevant meanings... then crown a citation-backed winner.' It specifies the exact workflow and output format. The title 'Find the Juiciest Buns' reinforces the specific resource. Sibling tools (verify_app, research, roleplay) are clearly different, so there is no ambiguity.

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?

The description explains that this tool runs 'the gold Minion MCP demo' and details its internal steps, but it does not explicitly state when to use this tool versus alternatives. It implies a specific demo scenario (finding buns) but offers no guidance on when not to use it or when other siblings might be preferable. Usage is implied rather than clearly directed.

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

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/masonclewis/minion-mcp'

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