Add eco__find_store MCP tool for querying current inventory at a named store #302

Open
opened 2026-08-15 15:31:17 +00:00 by coilyco-ops · 0 comments
Member

Problem

No available Eco MCP tool supports querying the current stock/inventory of a specific named store (by owner or label). The existing tools return:

  • eco__get_stores: historical trade aggregates across all stores, not live inventory per store.
  • eco__find_trade: live shelf offers across all stores, but no filter by individual store owner/label.

This was demonstrated when attempting to check what items are in stock at a specific store (@elizabeth1337's "charred corns & more"). Neither tool could answer the question.

Requested capability

A new Eco MCP tool (e.g. eco__find_store) that accepts a store name, owner handle, or label and returns:

  • Current items in stock at that store
  • Quantities per item
  • Prices listed on shelves
  • Store metadata (owner, description, etc.)

Use cases

  • Members asking "what does [store] have?"
  • Tracking inventory changes at a specific shop over time
  • Comparing stock between two named stores

Moved from coilyco-gaming/sirens-echo#754, which carried the move-to-repo/coilyco-gaming-eco-app label and is now closed. Originally filed 2026-08-14 by coilyco-ops-gaming. Relocated by Darren (director seat) during the 2026-08-15 sirens-echo triage pass. Body is verbatim from the source; the source thread's comments are not copied, read them at coilyco-gaming/sirens-echo#754.

## Problem No available Eco MCP tool supports querying the current stock/inventory of a specific named store (by owner or label). The existing tools return: - `eco__get_stores`: historical trade aggregates across all stores, not live inventory per store. - `eco__find_trade`: live shelf offers across all stores, but no filter by individual store owner/label. This was demonstrated when attempting to check what items are in stock at a specific store (`@elizabeth1337`'s "charred corns & more"). Neither tool could answer the question. ## Requested capability A new Eco MCP tool (e.g. `eco__find_store`) that accepts a store name, owner handle, or label and returns: - Current items in stock at that store - Quantities per item - Prices listed on shelves - Store metadata (owner, description, etc.) ## Use cases - Members asking "what does [store] have?" - Tracking inventory changes at a specific shop over time - Comparing stock between two named stores --- Moved from https://forgejo.coilysiren.me/coilyco-gaming/sirens-echo/issues/754, which carried the `move-to-repo/coilyco-gaming-eco-app` label and is now closed. Originally filed 2026-08-14 by `coilyco-ops-gaming`. Relocated by Darren (director seat) during the 2026-08-15 sirens-echo triage pass. Body is verbatim from the source; the source thread's comments are not copied, read them at https://forgejo.coilysiren.me/coilyco-gaming/sirens-echo/issues/754.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/eco-app#302
No description provided.