Skip to main content
Glama
findmine

FindMine Shopping Stylist

Official
by findmine

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoSet to "development" for sample data
FINDMINE_APP_IDNoYour FindMine application IDDEMO_APP_ID
FINDMINE_API_URLNoFindMine API base URLhttps://api.findmine.com
FINDMINE_API_VERSIONNoAPI version to usev3
FINDMINE_CACHE_TTL_MSNoCache time-to-live in ms (1 hour)3600000
FINDMINE_CACHE_ENABLEDNoEnable response cachingtrue
FINDMINE_DEFAULT_REGIONNoDefault region codeus
FINDMINE_DEFAULT_LANGUAGENoDefault language codeen

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_style_guideB

Get styling advice and tips for creating effective fashion recommendations

get_complete_the_lookC

Get outfit recommendations for a product

get_visually_similarC

Get visually similar products

Prompts

Interactive templates invoked by user choice

NameDescription
outfit_completionGet styling advice and complete outfit for a product
styling_guideGet guidelines for providing effective fashion and styling advice
findmine_helpLearn how to use FindMine's tools and resources effectively

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 3 tools

Disambiguation4/5

The three tools have distinct purposes: get_complete_the_look focuses on outfit recommendations, get_style_guide provides styling advice and tips, and get_visually_similar finds visually similar products. While get_complete_the_look and get_visually_similar both involve product recommendations, their descriptions clarify that one is for outfits and the other for visual similarity, minimizing overlap. However, the boundary between get_complete_the_look and get_style_guide could be slightly ambiguous as both relate to fashion recommendations, but the descriptions help differentiate them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with 'get_' as the prefix, followed by descriptive phrases (complete_the_look, style_guide, visually_similar). This uniformity makes the tools predictable and easy to understand, with no deviations in naming conventions or styles.

Tool Count3/5

With only 3 tools, the server feels thin for a shopping stylist domain, which might involve more operations like searching products, filtering by categories, or managing user preferences. While the tools cover key aspects (recommendations, advice, similarity), the limited count could restrict functionality and lead to gaps in handling complex styling tasks.

Completeness2/5

The tool surface is significantly incomplete for a shopping stylist. It lacks essential operations such as searching for products, retrieving product details, filtering by attributes (e.g., color, size), or handling user interactions (e.g., saving preferences, history). The existing tools focus only on recommendations and advice, leaving major gaps that could cause agent failures in real-world styling scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues