CallToolParams

@Serializable
data class CallToolParams(val name: String, val arguments: Map<String, JsonElement>? = null, val _meta: Map<String, JsonElement>? = null)

Constructors

Link copied to clipboard
constructor(name: String, arguments: Map<String, JsonElement>? = null, _meta: Map<String, JsonElement>? = null)

Properties

Link copied to clipboard
val _meta: Map<String, JsonElement>?
Link copied to clipboard
val arguments: Map<String, JsonElement>?
Link copied to clipboard