MCP tools

update_profile

Update 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

idstringrequired

Profile id to update.

namestringoptional
descriptionstring | nulloptional

Example

A tool call as an MCP client would send it.

{
  "name": "update_profile",
  "arguments": {
    "id": "a1b2c3d4-0000-4000-8000-000000000000"
  }
}