rename_session
Rename the current MCP session to a unique name using letters, digits, and hyphens up to 25 characters. Preserves the case you enter and rejects names already used by live sessions or reserved as 'next'.
Instructions
Renames the current MCP session. Pass the new name as the name parameter — letters (any case), digits, and hyphens, capped at 25 characters, with no leading/trailing or consecutive hyphens. User-provided case is preserved; auto-generated names are lowercase. The name must be free: a session name is the address the mailbox delivers to, so a name another LIVE session already answers to is refused (compared case-insensitively) and "next" is reserved for the next-arrival address. Renaming to the name you already hold is fine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New session name. Letters, digits, and hyphens only; max 25 characters. Cannot start/end with hyphen or contain consecutive hyphens. Case is preserved as entered. Must not be a name a live session already uses, and must not be 'next'. |