Mint/mcp

mint:generate:approve

Approve Final Generation

approve_final_generation

Continues a review-mode preview into final generation.

Parameters

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

  • asset_type

    "world" | "model"

  • asset_id

    string

  • chat_id

    string

  • target

    "latest"

  • 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_type": "model",
  "asset_id": "mn785pg330fdx30ty4achjv80985ne5z"
}

Example response

{
  "generation": {
    "type": "model",
    "modelId": "mn785pg330fdx30ty4achjv80985ne5z",
    "displayName": "Blush Cloud Loveseat",
    "status": "processing"
  },
  "status": "processing",
  "summary": "Final generation started.",
  "chatId": "j572z3a4b5c6d7e8f9g0h1i2j3",
  "chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3"
}

Use cases

  • Continue a preview-ready asset after the user intentionally chose review mode.
  • Pair with wait_for_status to block until the final asset is ready in Mint.