mcpmessage_register_chat
Register a chat with a unique name to create an address that other chats can message. Provide a name and optional description to establish the chat for the session.
Instructions
Register a chat under a unique name so other chats can message it.
Do this once at the start of a session. The name is the chat's address: lowercase, unique across the shared mailbox (e.g. 'planning', 'research').
Args: name: Unique chat name; normalized to lowercase and trimmed. description: What this chat is about, shown by mcpmessage_list_chats.
Returns: JSON of the registered chat {name, description, created_at}, or an "Error: ..." string (e.g. the name is taken or empty).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |