Documentation/
mcp integration
/Available MCP Tools

Available MCP Tools

Updated October 8, 2025

The following tools are provided by the MCP Server:

Wardrobe Item Tools

list_items

Returns a detailed list of all of the items in your wardrobe, optionally filterable and searchable.

create_item

Creates a new wardrobe item. For brands, colors, and stores, you can provide either the name or ID. You do not need to check if brands/colors/stores exist first - the system handles this automatically.

get_item_details

Returns the details for a specific wardrobe item.

update_existing_item

Updates the details of an existing wardrobe item.

delete_item

Deletes an individual item from your wardrobe.

upload_image_from_urls

Upload images for a specific wardrobe item from URLs.

set_default_image

Sets a specified image as the default for that wardrobe item.

delete_image

Delete an image associated with an item in your wardrobe.

get_related_items

Gets items relating to an existing item. These are items that "go with" other items, but don't make up a full outfit.

create_item_relationship

Creates a relationship between two existing items. This allows you to mark an item as "going with" another item.

delete_item_relationship

Deletes a relationship between two items. Both individual items will remain in the wardrobe.

get_item_wear_history

Returns a list of the dates an item was worn. Includes both when the item itself was marked as worn as well as when an outfit including that item was marked as worn.

Outfit Tools

list_outfits

Get a list of all outfits defined it your wardrobe.

create_outfit

Create a new outfit from items already in your wardrobe.

get_outfit_details

Get all of the details about a specific outfit in your wardrobe.

update_outfit

Updates an existing outfit. If the outfit has already been worn, and the items in the outfit are being modified, a new outfit will automatically be created with the new items. The original outfit, and its wear history, will be preserved.

delete_outfit

Removes an existing outfit from your wardrobe. The individual items will remain.

get_outfit_wear_history

Returns a list of the dates an outfit was worn.

Tags Tools

list_tags

List all tags currently in use in your wardrobe.

Wear Tracking Tools

record_wear

Records that an item or outfit has been worn. If no date is specified, the current date will be used.