toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.protocol.messages
/
McpTool
Mcp
Tool
@
JsonSerializable
data
class
McpTool
(
val
name
:
ToolName
,
val
description
:
String
,
val
inputSchema
:
Map
<
String
,
Any
>
=
emptyMap()
,
val
annotations
:
ToolAnnotations
?
=
null
)
Members
Constructors
Mcp
Tool
Link copied to clipboard
constructor
(
name
:
ToolName
,
description
:
String
,
inputSchema
:
Map
<
String
,
Any
>
=
emptyMap()
,
annotations
:
ToolAnnotations
?
=
null
)
Types
Call
Link copied to clipboard
object
Call
:
McpRpc
List
Link copied to clipboard
object
List
:
McpRpc
Properties
annotations
Link copied to clipboard
val
annotations
:
ToolAnnotations
?
=
null
description
Link copied to clipboard
val
description
:
String
input
Schema
Link copied to clipboard
val
inputSchema
:
Map
<
String
,
Any
>
name
Link copied to clipboard
val
name
:
ToolName