Skip to content

Class: ElicitRequest

A request from the server to elicit additional information from the user via the client.

URI: mcp:ElicitRequest

 classDiagram
    class ElicitRequest
    click ElicitRequest href "../ElicitRequest/"
      JSONRPCRequest <|-- ElicitRequest
        click JSONRPCRequest href "../JSONRPCRequest/"

      ElicitRequest : id

      ElicitRequest : jsonrpc

      ElicitRequest : method

      ElicitRequest : params





        ElicitRequest --> "1" ElicitRequestFormParams : params
        click ElicitRequestFormParams href "../ElicitRequestFormParams/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
params 1
ElicitRequestFormParams
JSON-RPC parameters payload direct
id 1
RequestId
Uniquely identifying ID for a JSON-RPC request JSONRPCRequest
jsonrpc 1
String
JSON-RPC version string JSONRPCRequest
method 1
String
The JSON-RPC method name JSONRPCRequest

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self mcp:ElicitRequest
native mcp:ElicitRequest

LinkML Source

Direct

name: ElicitRequest
description: A request from the server to elicit additional information from the user
  via the client.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCRequest
slots:
- params
slot_usage:
  params:
    name: params
    range: ElicitRequestFormParams
    required: true
    inlined: true
  method:
    name: method
    equals_string: elicitation/create

Induced

name: ElicitRequest
description: A request from the server to elicit additional information from the user
  via the client.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCRequest
slot_usage:
  params:
    name: params
    range: ElicitRequestFormParams
    required: true
    inlined: true
  method:
    name: method
    equals_string: elicitation/create
attributes:
  params:
    name: params
    description: JSON-RPC parameters payload.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: params
    owner: ElicitRequest
    domain_of:
    - CancelledNotification
    - ProgressNotification
    - ResourceUpdatedNotification
    - LoggingMessageNotification
    - ElicitationCompleteNotification
    - TaskStatusNotification
    - InitializeRequest
    - ReadResourceRequest
    - SubscribeRequest
    - UnsubscribeRequest
    - GetPromptRequest
    - CallToolRequest
    - CompleteRequest
    - SetLevelRequest
    - CreateMessageRequest
    - ElicitRequest
    range: ElicitRequestFormParams
    required: true
    inlined: true
  id:
    name: id
    description: Uniquely identifying ID for a JSON-RPC request.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: id
    owner: ElicitRequest
    domain_of:
    - ToolUseContent
    - JSONRPCRequest
    - JSONRPCResultResponse
    - JSONRPCErrorResponse
    range: RequestId
    required: true
  jsonrpc:
    name: jsonrpc
    description: JSON-RPC version string.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: jsonrpc
    owner: ElicitRequest
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    - JSONRPCResultResponse
    - JSONRPCErrorResponse
    range: string
    required: true
  method:
    name: method
    description: The JSON-RPC method name.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: method
    owner: ElicitRequest
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    range: string
    required: true
    equals_string: elicitation/create