Skip to content

Documentation / @agentick/mcp / ElicitationStringSchema

Interface: ElicitationStringSchema

Defined in: protocol/types.ts:775

Properties

default?

optional default: string

Defined in: protocol/types.ts:782


description?

optional description: string

Defined in: protocol/types.ts:778


format?

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

Defined in: protocol/types.ts:781


maxLength?

optional maxLength: number

Defined in: protocol/types.ts:780


minLength?

optional minLength: number

Defined in: protocol/types.ts:779


title?

optional title: string

Defined in: protocol/types.ts:777


type

type: "string"

Defined in: protocol/types.ts:776

Released under the ISC License.