Table of Contents

TTMSMCPClientServerToolResponseEvent Event Type

Delivers the content blocks returned for a tool call or a resource read.

API unit family: TMS.MCP.Client.Connection

Parameters

Name Description
Sender Connection that received the result.
AId Identifier of the request the result answers.
AContent Array of content blocks. It belongs to the response being processed and is released as soon as the handler returns, so copy anything that must outlive the call.
AIsError True when the server marked the result as an error result rather than a successful one.