ktalk_get_room
Retrieve room details while noting that an unrecognized name creates a permanent room as a side effect, with no delete available. Do not use for existence checks.
Instructions
Get room details (FR-17, session mode only — no confirmed API-key profile).
WARNING — SIDE EFFECT (ADR-006): the server returns 200 for any room name, including one never seen before, with an identically shaped response (never a 404). Calling this with a name not yet read in this contour CREATES the room object as a side effect of reading; this is irreversible — the project has no delete operation. Do NOT use this tool to check whether a name is available/occupied — the check itself creates the occupancy.
Args: room_name: Room name (path-quoted before the request) format: Output format — "raw" (JSON) or "markdown"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| room_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |