ElicitRequest
A request from the server to elicit additional information from the user via the client.
This request type allows servers to prompt users for structured input through forms or dialogs presented by the client. The server defines a schema for the requested data, and the client presents an appropriate UI to collect this information.
Properties
Link copied to clipboard
Metadata for this request. May include a progressToken for out-of-band progress notifications.
Link copied to clipboard
Link copied to clipboard
The elicitation parameters including the message and requested schema.
Link copied to clipboard
A restricted subset of JSON Schema defining the structure of the requested data.