ListToolsResult
class ListToolsResult(val tools: List<Tool>, val nextCursor: Cursor?, val _meta: JsonObject = EmptyJsonObject) : ServerResult, PaginatedResult(source)
The server's response to a tools/list request from the client.
Properties
Link copied to clipboard
The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.
Link copied to clipboard
An opaque token representing the pagination position after the last returned result. If present, there may be more results available.