Skip to content

Class: ElicitResultResponse

A successful response from the client for an elicitation/create request.

URI: mcp:ElicitResultResponse

 classDiagram
    class ElicitResultResponse
    click ElicitResultResponse href "../ElicitResultResponse/"
      JSONRPCResultResponse <|-- ElicitResultResponse
        click JSONRPCResultResponse href "../JSONRPCResultResponse/"

      ElicitResultResponse : id

      ElicitResultResponse : jsonrpc

      ElicitResultResponse : result





        ElicitResultResponse --> "1" ElicitResult : result
        click ElicitResult href "../ElicitResult/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
result 1
ElicitResult
JSON-RPC successful result payload direct
id 1
RequestId
Uniquely identifying ID for a JSON-RPC request JSONRPCResultResponse
jsonrpc 1
String
JSON-RPC version string JSONRPCResultResponse

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ElicitResultResponse
description: A successful response from the client for an elicitation/create request.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCResultResponse
slots:
- result
slot_usage:
  result:
    name: result
    range: ElicitResult
    required: true
    inlined: true

Induced

name: ElicitResultResponse
description: A successful response from the client for an elicitation/create request.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCResultResponse
slot_usage:
  result:
    name: result
    range: ElicitResult
    required: true
    inlined: true
attributes:
  result:
    name: result
    description: JSON-RPC successful result payload.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: result
    owner: ElicitResultResponse
    domain_of:
    - InitializeResultResponse
    - CallToolResultResponse
    - CompleteResultResponse
    - GetPromptResultResponse
    - ListPromptsResultResponse
    - ListResourcesResultResponse
    - ListResourceTemplatesResultResponse
    - ReadResourceResultResponse
    - ListToolsResultResponse
    - ListRootsResultResponse
    - CreateMessageResultResponse
    - ElicitResultResponse
    - SetLevelResultResponse
    - PingResultResponse
    - SubscribeResultResponse
    - UnsubscribeResultResponse
    - CreateTaskResultResponse
    - GetTaskResultResponse
    - GetTaskPayloadResultResponse
    - CancelTaskResultResponse
    - ListTasksResultResponse
    range: ElicitResult
    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: ElicitResultResponse
    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: ElicitResultResponse
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    - JSONRPCResultResponse
    - JSONRPCErrorResponse
    range: string
    required: true