lazyBoy/docs/cua-schemas/0.23.2/schema-end_session.txt

18 lines
502 B
Plaintext
Raw Normal View History

2026-09-08 01:14:53 +00:00
name: end_session
description:
End one visible lifecycle session and run its cursor, recording, configuration, and other cleanup hooks exactly once. Omit `session` to end the authenticated transport's implicit session. Idempotent.
input_schema:
{
"additionalProperties": true,
"properties": {
"session": {
"description": "Optional public label to end. When omitted, end the caller's attached\nimplicit session.",
"type": "string"
}
},
"required": [],
"type": "object"
}