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.
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.
Tool Definition Quality
Average 4.3/5 across 4 of 4 tools scored.
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.
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.
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.
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 toolsget_facetsRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_pieceRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| pieceId | Yes | ||
| collectionId | Yes |
list_collectionsRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Collab, Capsule, or Own brand | |
| artist | No |
search_piecesRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free 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. | |
| size | No | Match a listing size; call get_facets for valid values | |
| sort | No | ||
| type | No | COLLECTION type: Collab, Capsule, or Own brand. For the garment, use category. | |
| brand | No | Designer/brand name | |
| limit | No | 1-50, default 20 | |
| artist | No | ||
| source | No | Resale platform, e.g. ebay, grailed, therealreal | |
| category | No | GARMENT category, one of: footwear, outerwear, tops, knitwear, hoodies, bottoms, one-pieces, suits, sets, accessories, eyewear, swim-active | |
| maxPrice | No | ||
| minPrice | No | ||
| condition | No | ||
| collection | No | Collection id (exact) |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!