12 lines
450 B
Markdown
12 lines
450 B
Markdown
---
|
|
agent: 'agent'
|
|
model: Gemini 3 Flash (Preview) (copilot)
|
|
tools: [foodsharing-mcp/get_user_stores, foodsharing-mcp/get_store_pickups]
|
|
description: 'List open slot requests for my managed foodsharing stores'
|
|
---
|
|
|
|
Your goal is to look at all my stores that i manage (isManaging = true), retrieve the pickups and find where the slot's isConfirmed property is false
|
|
|
|
tools to use:
|
|
'Foodsharing Mcp/get_user_stores'
|
|
'Foodsharing Mcp/get_store_pickups' |