Skip to content

Enum: ElicitActionEnum

User action in response to an elicitation.

URI: mcp:ElicitActionEnum

Permissible Values

Value Meaning Description
accept None User submitted the form/confirmed the action
cancel None User dismissed without making an explicit choice
decline None User explicitly declined the action

Slots

Name Description
action The user action in response to the elicitation

Identifier and Mapping Information

Schema Source

LinkML Source

name: ElicitActionEnum
description: User action in response to an elicitation.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
permissible_values:
  accept:
    text: accept
    description: User submitted the form/confirmed the action.
  cancel:
    text: cancel
    description: User dismissed without making an explicit choice.
  decline:
    text: decline
    description: User explicitly declined the action.