mint:read
List Projects
list_projects
Lists your Mint Projects with archive state, chat counts, recent activity, and active status.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- include_archived
boolean
- 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
{
"include_archived": false
}Example response
{
"projects": [
{
"project_id": "prjworkspace123",
"name": "Game Prototype",
"archived_at": null,
"chat_count": 8,
"latest_chat_id": "j572z3a4b5c6d7e8f9g0h1i2j3",
"active": true,
"last_activity_at": 1785528000000
}
]
}Use cases
- Choose a destination Project before starting a new generation.
- Discover archived Projects before restoring one.