ListToolsRequest
data class ListToolsRequest(val params: PaginatedRequestParams? = null) : ClientRequest, PaginatedRequest(source)
Sent from the client to request a list of tools the server has.
This request supports pagination through the cursor parameter. If the server has many tools, it may return a subset along with a cursor to fetch the next page.