mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.tools
/
Tool
Tool
@
Serializable
data
class
Tool
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
inputSchema
:
Schema
)
Members
Constructors
Tool
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
inputSchema
:
Schema
)
Properties
description
Link copied to clipboard
val
description
:
String
?
input
Schema
Link copied to clipboard
val
inputSchema
:
Schema
name
Link copied to clipboard
val
name
:
String