mint:projects:write
Rename Project
rename_project
Renames an owned Project.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- project_idrequired
string
- 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
{
"project_id": "prjworkspace123",
"name": "Forest Game"
}Example response
{
"project_id": "prjworkspace123",
"status": "renamed"
}Use cases
- Keep a Project name aligned with the work it contains.