pin_activity_message
Pin or unpin an activity message to mark important updates. Idempotent when already in the requested state.
Instructions
Pin or unpin an activity message. Idempotent when the pin state already matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | a string that will be trimmed | |
| pinned | Yes | Whether the activity message should be pinned. |
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. |