Skip to content

Slot: params

JSON-RPC parameters payload.

URI: mcp:params Alias: params

Applicable Classes

Name Description Modifies Slot
CallToolRequest Used by the client to invoke a tool provided by the server yes
ElicitRequest A request from the server to elicit additional information from the user via ... yes
CompleteRequest A request from the client to the server, to ask for completion options yes
ElicitationCompleteNotification Notification from the server that an out-of-band elicitation request complete... yes
UnsubscribeRequest Sent from the client to cancel resource update notifications yes
SetLevelRequest A request from the client to the server, to enable or adjust logging yes
CancelledNotification Notification to indicate that a previously-issued request is being cancelled yes
ResourceUpdatedNotification Notification that a resource has changed and may need to be read again yes
ReadResourceRequest Sent from the client to the server, to read a specific resource URI yes
CreateMessageRequest A request from the server to sample an LLM via the client yes
GetPromptRequest Used by the client to get a prompt provided by the server yes
InitializeRequest Request sent from the client to the server when it first connects, asking it ... yes
LoggingMessageNotification Notification of a log message passed from server to client yes
ProgressNotification Out-of-band notification to inform the receiver of a progress update yes
TaskStatusNotification Notification that a task's status has changed yes
SubscribeRequest Sent from the client to request resource update notifications yes

Properties

Type and Range

Property Value
Range String
Domain Of CancelledNotification, ProgressNotification, ResourceUpdatedNotification, LoggingMessageNotification, ElicitationCompleteNotification, TaskStatusNotification, InitializeRequest, ReadResourceRequest, SubscribeRequest, UnsubscribeRequest, GetPromptRequest, CallToolRequest, CompleteRequest, SetLevelRequest, CreateMessageRequest, ElicitRequest

Cardinality and Requirements

Property Value

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

name: params
description: JSON-RPC parameters payload.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: params
domain_of:
- CancelledNotification
- ProgressNotification
- ResourceUpdatedNotification
- LoggingMessageNotification
- ElicitationCompleteNotification
- TaskStatusNotification
- InitializeRequest
- ReadResourceRequest
- SubscribeRequest
- UnsubscribeRequest
- GetPromptRequest
- CallToolRequest
- CompleteRequest
- SetLevelRequest
- CreateMessageRequest
- ElicitRequest
range: string
inlined: true