update_profileUpdate a profile
Renames a profile or changes its description.
- Category
- Profiles
- Calls
- PATCH/v1/profiles/{id}
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
idstringrequiredProfile id to update.
namestringoptionaldescriptionstring | nulloptionalExample
A tool call as an MCP client would send it.
{
"name": "update_profile",
"arguments": {
"id": "a1b2c3d4-0000-4000-8000-000000000000"
}
}