Skip to main content
Glama

Server Details

Deterministic recipe verification engine — validates AI-generated recipes against master SOPs.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
kaimeilabs/guardian-api-docs
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

2 tools
list_dishesTry in Inspector

List all available master recipes that Guardian can verify against.

Returns a list of dish names with their aliases, cuisine type, and key techniques used.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

verify_recipeTry in Inspector

Verify a candidate recipe against a Guardian master recipe.

Uses deterministic graph-based verification to check technique, temperature, timing, cooking medium, and required ingredients.

Args: dish: Name of the dish to verify against (e.g. "carbonara", "rendang", "roast-chicken", "confit", "cheesecake", "kung-pao", "fried-chicken", "brisket", "wellington", "souffle"). candidate_json: The full candidate recipe as a JSON string. Expected schema: { "title": "", "cuisine": "", "serves": , "ingredients": [ {"name": "", "quantity": ""} ], "steps": [ { "step_number": , "title": "", "instruction_english": "", "technique": "", "estimated_temperature_c": <number or [min, max]>, "duration_minutes": <number or [min, max]>, "cooking_medium": "" } ] }

Returns: A verification report with verdict, authenticity score, and findings.

ParametersJSON Schema
NameRequiredDescriptionDefault
dishYes
candidate_jsonYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.