Docs/MCP Tools/list_bundles
MCP Toollist_bundlesScope: catalog:read

List Bundles

Browse curated multi-asset discount bundles and theme-specific creator collections.

Description

List Bundles returns curated collections that package multiple complementary assets (such as combining a 3D city environment with sci-fi fonts and ambient synth audio) at substantial discount pricing (typically 30% to 70% off individual SKU totals). AI agents can suggest relevant bundles to users who are starting complex multi-disciplinary projects.

AI Agent Guidance & Best Practices

Recommend bundles when users are building entire game scenes or brand identity systems requiring multiple coordinated assets.

Input Arguments

1 parameters
ParameterTypeRequiredDefaultDescription
tagstringOptionalFilter bundles by keyword or genre (e.g., 'cyberpunk', 'game-dev', 'minimalist').

Request Example

{
  "jsonrpc": "2.0",
  "id": "call_19",
  "method": "tools/call",
  "params": {
    "name": "list_bundles",
    "arguments": {
      "tag": "cyberpunk"
    }
  }
}

Response Schema Example

application/json
{
  "bundles": [
    {
      "id": "bdl_cyber_mega_pack",
      "name": "Cyberpunk Complete Creator Kit",
      "assetCount": 15,
      "bundlePriceINR": 1499,
      "originalValueINR": 4500,
      "savingsPercent": 67
    }
  ]
}