set_conversation_starred
Star or unstar a specific conversation to mark it for quick access. Specify a channel or DM and set the starred state.
Instructions
Set the authenticated user's starred state for exactly one conversation. Provide either channel (channel name or ID) or dm (DM ID, or one-to-one participant display name), plus starred. Creates the missing notification context when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | a string that will be trimmed | |
| dm | No | a string that will be trimmed | |
| starred | Yes | True to star/pin this conversation for the authenticated user, false to unstar it. |
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. |