Codebuff

research-restaurant

v0.0.1
Published Sep 27, 2025

Usage Statistics
v0.0.1

Definition

const agentDefinition = {
id: "research-restaurant",
displayName: "Research Restaurant",
publisher: "tanzeela",
version: "0.0.1",
model: "x-ai/grok-4-fast:free",
toolNames: [],
spawnableAgents: [],
includeMessageHistory: false,
outputMode: "last_message",
spawnerPrompt: `Provide a restaurant to research`,
systemPrompt: ``,
instructionsPrompt: `
Use the Exa MCP to figure out if this restaurant has menu items that meet my dietary restrictions
If so, provide the result in following ormat:
1. Restaurant name
2. Specific menu items that meet ALL three dietary restrictions (gluten-free, dairy-free, pescatarian)
3. 10-20 word description of the vibe of the restaurant
4. Clickable URL link to menu of the restaurant, not just the restaurant's website.
`,
stepPrompt: ``,
mcpServers: {
exa: {
url: "https://mcp.exa.ai/mcp?exaApiKey=7d543fc7-49ba-48eb-9ca6-3c7f1216008d",
type: "http",
params: {},
headers: {}
}
}
}