Add UserStores and StorePickups tools; implement endpoints and update documentation

This commit is contained in:
2026-05-16 17:09:32 +02:00
parent 2418966b82
commit 2aae8a4e58
4 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
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'