Skip to main content
Glama

Besot: Musician Fashion Resale

Server Details

Cross-source price compare for clothing musicians designed, wore, or founded. Real listings.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct step in the workflow: listing collections, searching pieces, obtaining filter facets, and retrieving detailed listings for a specific piece. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (get_facets, get_piece, list_collections, search_pieces), making the action and resource clear.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose—covering collection browsing, piece search with facets, and detailed listing retrieval without unnecessary bloat or omissions.

Completeness5/5

The tool set provides a complete lifecycle: list_collections for discovery, search_pieces with facets for narrowing, and get_piece for final details. No obvious gaps like missing CRUD operations exist given the readonly domain.

Available Tools

4 tools
get_facets
Read-onlyIdempotent
Inspect

Return the values that actually exist in the catalogue for filtering a search: sizes, conditions, source platforms, artists, designers, and the price range.

Use this before search_pieces when you want to build a precise query from real values rather than guesses. For example, to check which sizes of a garment are genuinely listed right now, or which platforms currently carry a given collection.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_piece
Read-onlyIdempotent
Inspect

Get the complete set of live resale listings for one specific garment, with a direct buy link for each.

Call search_pieces first: it returns the collectionId and pieceId this tool needs.

Use this once someone has settled on a specific piece and wants every option available: all platforms, all sizes, all conditions, with prices wherever a live feed provides one. For example, after a search surfaces the Ivy Park Drip 2 Oversized Hoodie, use this to show every listing of it currently for sale and where to buy each one.

ParametersJSON Schema
NameRequiredDescriptionDefault
pieceIdYes
collectionIdYes
list_collections
Read-onlyIdempotent
Inspect

List the collections Besot indexes: collaborations between musicians and design houses, capsule drops, and brands that musicians founded and own.

Use this when someone asks what a musician has made, which artists have worked with a given brand, or what is covered before running a search. For example: what fashion has Harry Styles designed; which musicians have collaborated with adidas; what Beatles clothing collections exist.

Coverage includes Harry Styles (Gucci HA HA HA, Pleasing), Beyonce (Ivy Park with adidas), Oasis, Liam Gallagher and Noel Gallagher (adidas), and The Beatles (Comme des Garcons, Stella McCartney, Alice + Olivia), and grows as new fandoms are added.

Filter by artist, or by type: collaboration, capsule, or artist-founded brand.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoCollab, Capsule, or Own brand
artistNo
search_pieces
Read-onlyIdempotent
Inspect

Find where to buy a specific piece of clothing or footwear connected to a musician, and get every live resale listing for it in one call.

Use this when someone asks questions like: where can I buy the Gucci HA HA HA blazer; is the Ivy Park Drip 2 hoodie listed in a medium; what is the Pleasing crewneck going for right now; which platforms have the Oasis adidas Original Forever trainers in a UK 9; what Beatles Comme des Garcons pieces are on the resale market today.

Most of these garments are sold out at retail and exist only on resale, scattered across marketplaces under inconsistent seller titles. Besot gives each garment one canonical name and pulls the live listings for that exact piece from eBay, StockX, GOAT, The RealReal, Vestiaire, Grailed, Poshmark and Depop.

Covers clothing and footwear that musicians designed, founded, were the inspiration for, or wore. Takes plain language in q (for example "Ivy Park Drip 2 hoodie" or "Harry Styles Gucci blazer"), with optional filters for artist, brand, collection, garment type, size, condition, source platform, and price range.

Every listing returned carries the platform, size, condition, price (approximate USD, null when the seller did not state one), and a direct buy link.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoFree text over piece name, collection, artist, brand, and garment vocabulary. Product names are canonical (Gazelle, Firebird Track Top), so plain garment words work too, in British or American English: trainers or sneakers, jumper or sweater, trousers or pants, trackie or tracksuit.
sizeNoMatch a listing size; call get_facets for valid values
sortNo
typeNoCOLLECTION type: Collab, Capsule, or Own brand. For the garment, use category.
brandNoDesigner/brand name
limitNo1-50, default 20
artistNo
sourceNoResale platform, e.g. ebay, grailed, therealreal
categoryNoGARMENT category, one of: footwear, outerwear, tops, knitwear, hoodies, bottoms, one-pieces, suits, sets, accessories, eyewear, swim-active
maxPriceNo
minPriceNo
conditionNo
collectionNoCollection id (exact)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources