Docs/MCP Tools/list_wishlist
MCP Toollist_wishlistScope: library:read

List Wishlist

Retrieve all creative assets bookmarked in the user's personal wishlist.

Description

List Wishlist returns the user's saved items queue. Users and agents can save prospective design systems, 3D character rigs, or audio soundpacks to their wishlist during brainstorming or exploration sessions. This tool returns current pricing, discount badges, and vendor notes, allowing agents to summarize saved options for upcoming project sprints.

AI Agent Guidance & Best Practices

Use list_wishlist when a user asks 'What assets do I have saved for later?' or when reviewing potential design choices before starting a new build.

Input Arguments

0 parameters
No parameters required for this operation.

Request Example

{
  "jsonrpc": "2.0",
  "id": "call_13",
  "method": "tools/call",
  "params": {
    "name": "list_wishlist",
    "arguments": {}
  }
}

Response Schema Example

application/json
{
  "total": 3,
  "items": [
    {
      "assetId": "ast_cyber_car",
      "title": "Hovercraft 3D Rigged Asset",
      "priceINR": 999
    }
  ]
}