http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-testing
/
org.http4k.ai.mcp.apps.model
/
HostToolRequest
Host
Tool
Request
@
JsonSerializable
data
class
HostToolRequest
(
val
serverId
:
String
,
val
name
:
ToolName
,
val
arguments
:
Map
<
String
,
Any
>
)
(
source
)
Members
Constructors
Host
Tool
Request
Link copied to clipboard
constructor
(
serverId
:
String
,
name
:
ToolName
,
arguments
:
Map
<
String
,
Any
>
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Map
<
String
,
Any
>
name
Link copied to clipboard
val
name
:
ToolName
server
Id
Link copied to clipboard
val
serverId
:
String