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
Available Tools
2 toolslist_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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| dish | Yes | ||
| candidate_json | Yes |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.