mint:projects:write
Create Project
create_project
Creates a Project without changing the active Project in the web app.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- namerequired
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
{
"name": "Game Prototype"
}Example response
{
"project_id": "prjworkspace123",
"name": "Game Prototype"
}Use cases
- Create a durable workspace for a new body of chats and assets.