Mint/mcp

mint:generate:start

Revise Preview

revise_preview

Tells Mint to revise the current preview based on your feedback. By default, the revised preview continues toward 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"

  • mode

    "auto" | "review"

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

  • feedbackrequired

    string

  • display_name

    string

  • 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",
  "feedback": "Make the cushions deeper and the legs slightly taller."
}

Example response

{
  "generation": {
    "type": "model",
    "modelId": "mn785pg330fdx30ty4achjv80985ne5z",
    "displayName": "Blush Cloud Loveseat",
    "status": "preview_ready"
  },
  "status": "queued",
  "summary": "Revision queued; preview will rebuild.",
  "chatId": "j572z3a4b5c6d7e8f9g0h1i2j3",
  "chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3"
}

Use cases

  • Apply natural-language feedback to a preview.
  • Set mode to review only when the user wants to inspect the revised preview first.
  • Pass natural-language feedback from the user verbatim.