Builder
A builder for McpServerToolCallStep.
Functions
Link copied to clipboard
public final McpServerToolCallStep.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
public final McpServerToolCallStep.Builder arguments(JsonField<McpServerToolCallStep.Arguments> arguments)
Sets Builder.arguments to an arbitrary JSON value.
Required. The JSON object of arguments for the function.
Link copied to clipboard
Returns an immutable instance of McpServerToolCallStep.
Link copied to clipboard
Sets Builder.id to an arbitrary JSON value.
Required. A unique ID for this specific tool call.
Link copied to clipboard
Sets Builder.name to an arbitrary JSON value.
Required. The name of the tool which was called.
Link copied to clipboard
Link copied to clipboard
public final McpServerToolCallStep.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets Builder.serverName to an arbitrary JSON value.
Required. The name of the used MCP server.
Link copied to clipboard
Sets Builder.signature to an arbitrary JSON value.
A signature hash for backend validation.
Link copied to clipboard
Sets the field to an arbitrary JSON value.