Skip to content

Documentation / @agentick/mcp / ElicitationStringSchema

Interface: ElicitationStringSchema

Defined in: protocol/types.ts:793

Properties

default?

optional default: string

Defined in: protocol/types.ts:800


description?

optional description: string

Defined in: protocol/types.ts:796


format?

optional format: "email" | "uri" | "date" | "date-time"

Defined in: protocol/types.ts:799


maxLength?

optional maxLength: number

Defined in: protocol/types.ts:798


minLength?

optional minLength: number

Defined in: protocol/types.ts:797


title?

optional title: string

Defined in: protocol/types.ts:795


type

type: "string"

Defined in: protocol/types.ts:794

Released under the ISC License.