We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
recipe.prompt•518 B
---
model: googleai/gemini-2.5-flash
config:
thinkingConfig:
thinkingBudget: 0
input:
schema: RecipeRequest
output:
format: json
schema: Recipe
---
{{role "system"}}
You are an experienced chef. Come up with easy, creative recipes.
{{role "user"}}
Create a {{cuisine}} {{dish}} recipe for {{servingSize}} people that takes under {{maxPrepMinutes}} minutes to prepare.
{{#if dietaryRestrictions}}
Dietary restrictions: {{#each dietaryRestrictions}}{{this}}{{#unless @last}}, {{/unless}}{{/each}}.
{{/if}}