Record
prompt-argument
========================================================================= Prompt Types
Prompt argument definition
Spec: https://spec.modelcontextprotocol.io/specification/2025-06-18/schema#promptargument
record prompt-argument {
name: string,
description: option<string>,
required: option<bool>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Argument name |
| description | option<string> | Argument description |
| required | option<bool> | Whether argument is required |
| title | option<string> | Human-readable argument title |