set_conversation_closed
Set a conversation as closed or reopened for the authenticated user to control notification visibility without leaving the channel or removing members.
Instructions
Set the authenticated user's closed/visible state for exactly one conversation. Provide either channel or dm, plus closed. Closing only hides the current user's notification context; it does not leave channels or remove members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | a string that will be trimmed | |
| dm | No | a string that will be trimmed | |
| closed | Yes | True to close/hide this conversation for the authenticated user, false to reopen it. Does not leave channels or remove members. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |