menu
finch package
documentation
mcp.dart
ToolSchema
ToolSchema.new constructor
ToolSchema.new constructor
dark_mode
light_mode
ToolSchema
constructor
ToolSchema
(
{
String
?
$schema
,
Map
<
String
,
Object
?
>
?
properties
,
List
<
String
>
?
required
,
String
type
=
'object'
,
})
Implementation
ToolSchema({ this.$schema, this.properties, this.required, this.type = 'object', });
finch package
documentation
mcp
ToolSchema
ToolSchema.new constructor
ToolSchema class