inputSchema property

Map<String, dynamic> get inputSchema

Input schema (JSON Schema format)

Defines the structure of parameters that this tool accepts. Follows JSON Schema specification (draft-07 or later).

Implementation

Map<String, dynamic> get inputSchema;