Mint/mcp

mint:read

List Studio Projects

list_studio_projects

Lists your Studio projects so your agent can pick one to add to.

Parameters

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

  • limit

    number

  • cursor

    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

{
  "limit": 5
}

Example response

{
  "items": [
    {
      "id": "pj992aa11bb22cc33dd44ee55ff66gg",
      "name": "Cozy living room",
      "status": "draft",
      "studioVersion": 4,
      "updatedAt": 1745625600000
    }
  ],
  "nextCursor": null,
  "totalKnown": 7
}

Use cases

  • Show the user a picker of projects to add a new asset to.
  • Find the most recent project the user worked on.