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
/
ListToolsRequest
/
ListToolsParams
List
Tools
Params
@
Serializable
data
class
ListToolsParams
(
val
cursor
:
String
?
=
null
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Members
Constructors
List
Tools
Params
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Properties
_
meta
Link copied to clipboard
val
_meta
:
Map
<
String
,
JsonElement
>
?
cursor
Link copied to clipboard
val
cursor
:
String
?