session.close
Close a specific session by providing its session ID. The tool asks for confirmation if the user might still need it.
Instructions
Close a specific session by session ID. Ask before closing if the user might still need it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to close |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. |