ListToolsRequest
data class ListToolsRequest(val cursor: Cursor? = null, val _meta: JsonObject = EmptyJsonObject) : ClientRequest, PaginatedRequest(source)
Sent from the client to request a list of tools the server has.
Sent from the client to request a list of tools the server has.