Mint/mcp

mint:generate:approve

Approve Asset Pack Generation

approve_asset_pack_generation

Continues selected review-mode asset-pack preview items into final 3D model generation.

Parameters

Input schema generated from the registry. Required parameters are tagged.

  • asset_pack_idrequired

    string

  • item_ids

    array

  • contextrequired

    string

    Describe the user's goal and why this tool helps in 15-25 words. Do not include credentials, personal data, identifiers, URLs, emails, or account addresses.

Example request

{
  "asset_pack_id": "ap456forestkit789xyz012abc345",
  "item_ids": [
    "api001pinegate002"
  ]
}

Example response

{
  "generation": {
    "type": "asset_pack",
    "assetPackId": "ap456forestkit789xyz012abc345",
    "displayName": "Forest Camp Props",
    "status": "final_generating"
  },
  "status": "running",
  "summary": "Final generation started for selected asset-pack items.",
  "startedItemCount": 1,
  "chatId": "j572z3a4b5c6d7e8f9g0h1i2j3",
  "chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3"
}

Use cases

  • Continue every preview item in a review-mode kit.
  • Continue only the review-mode items the user selected.

Related Mint workflow

AI 3D Asset Packs