Skip to content

Documentation / @agentick/mcp / ElicitationFormSchema

Interface: ElicitationFormSchema

Defined in: protocol/types.ts:761

URI for an elicitation/create form-mode request, restricted per MCP spec 2025-11-25 to a flat object with primitive properties.

Properties

properties

properties: Record<string, ElicitationPrimitiveSchema>

Defined in: protocol/types.ts:763


required?

optional required: string[]

Defined in: protocol/types.ts:764


type

type: "object"

Defined in: protocol/types.ts:762

Released under the ISC License.