Mint/mcp

mint:generate:start

Revise Asset Pack Preview

revise_asset_pack_preview

Revises all or selected preview items inside an asset pack. By default, revised item previews continue toward final generation.

Parameters

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

  • asset_pack_idrequired

    string

  • feedbackrequired

    string

  • mode

    "auto" | "review"

    auto is the default and lets revised item previews continue to final generation; review keeps the revised previews waiting for explicit approval.

  • scope

    "all_items" | "items"

  • item_ids

    array

  • display_name_hint

    string

  • revision_edit_strength

    "surgical" | "style" | "structural"

  • riggable_character

    object

  • 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",
  "feedback": "Make the props more weathered and add small teal cloth accents.",
  "scope": "all_items",
  "revision_edit_strength": "style"
}

Example response

{
  "generation": {
    "type": "asset_pack",
    "assetPackId": "ap456forestkit789xyz012abc345",
    "displayName": "Forest Camp Props",
    "status": "preview_running"
  },
  "status": "queued",
  "summary": "Asset-pack revision queued.",
  "revisedItemCount": 4,
  "chatId": "j572z3a4b5c6d7e8f9g0h1i2j3",
  "chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3"
}

Use cases

  • Apply a pack-wide art-direction change.
  • Target a subset of item IDs for local item fixes.
  • Set mode to review only when the user wants to inspect revised item previews first.

Related Mint workflow

AI 3D Asset Packs