MCP Kotlin SDK
Toggle table of contents
0.8.3
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk.types
/
Tool
/
Tool
Tool
constructor
(
name
:
String
,
inputSchema
:
ToolSchema
,
description
:
String
?
=
null
,
outputSchema
:
ToolSchema
?
=
null
,
title
:
String
?
=
null
,
annotations
:
ToolAnnotations
?
=
null
,
icons
:
List
<
Icon
>
?
=
null
,
meta
:
JsonObject
?
=
null
)
(
source
)