20 tools from the Caffeinated Wardrobe MCP Server, categorised by risk level.
View the Caffeinated Wardrobe policy →get_item_details Get details of a specific wardrobe item. get_item_wear_history Get wear history for a specific item. get_outfit_details Get details of a specific outfit. get_outfit_wear_history Get wear history for a specific outfit. get_related_items Get all items that are related to the specified item. 2/5 list_items Get a list of all wardrobe items with reduced details for MCP efficiency. list_outfits Get a list of all outfits. list_tags Get all unique tags used by the current user for their items. record_wear Record that an item or outfit was worn at a specific date/time. Will default to now if not provided. create_item Create a new wardrobe item.
For brands, colors, and stores, you can provide either the name or ID:
- brand: "Nike" (auto-creates if not found) OR ... 3/5 create_item_relationship Create a new relationship between two items. 2/5 create_outfit Create a new outfit. 2/5 set_default_image Set a specific image as the default for a wardrobe item. 2/5 update_existing_item Update an existing wardrobe item.
For brands, colors, and stores, you can provide either the name or ID:
- brand: "Nike" (auto-creates if not foun... 3/5 update_outfit Update an existing outfit.
When modifying the item composition of an outfit that has been worn, a new outfit
will be automatically created with th... 2/5 upload_images_from_urls Upload images for a specific wardrobe item from URLs. Designed for MCP tools to avoid base64 encoding overhead. 2/5 The Caffeinated Wardrobe MCP server exposes 20 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Caffeinated Wardrobe server.
Caffeinated Wardrobe tools are categorised as Read (9), Write (7), Destructive (4). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept