opencode_message_get
Retrieve details of a specific message in an OpenCode session by providing its session ID and message ID, with optional project directory targeting.
Instructions
Get details of a specific message in a session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Absolute path to the project directory. When provided, the request targets that project. If omitted, the OpenCode server uses its own working directory. | |
| messageId | Yes | Message ID | |
| sessionId | Yes | Session ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| text | Yes | ||
| isError | Yes |