Tools
Other
Tools not yet categorised.
Generated from @mehmoodqureshi/chrome-mcp 0.9.11. 1 tool.
profile_rename
Rename an automatically named browser profile (e.g. "profile-2" -> "work"). The name sticks across restarts; its saved artifacts move with it.
| Argument | Type | Required | Description |
|---|---|---|---|
from | string | yes | Current profile name |
to | string | yes | New profile name |
{
"tool": "profile_rename",
"args": {
"from": "<from>",
"to": "<to>"
}
}