CallToolResultBase

@Serializable
sealed interface CallToolResultBase : ServerResult(source)

The server's response to a tool call.

Inheritors

Properties

Link copied to clipboard
abstract val _meta: JsonObject

The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.

Link copied to clipboard
Link copied to clipboard
open val isError: Boolean?