ListToolsResult
data class ListToolsResult(val tools: List<Tool>, val nextCursor: String? = null, val meta: JsonObject? = null) : ServerResult, PaginatedResult(source)
The server's response to a ListToolsRequest from the client.
Returns the available tools along with pagination information if there are more results.