VoiceAgentToolboxTool interface

A reference to a Foundry toolbox, which is a versioned bundle of tools executed through its MCP endpoint.

Extends

Properties

response_scheduling

When the toolbox invocation creates a follow-up response. Defaults to when_idle.

toolbox_name

The name of the toolbox to attach.

toolbox_version

The immutable version of the toolbox to attach.

type

The type of the tool. Always toolbox.

Property Details

response_scheduling

When the toolbox invocation creates a follow-up response. Defaults to when_idle.

response_scheduling?: VoiceAgentToolResponseScheduling

Property Value

toolbox_name

The name of the toolbox to attach.

toolbox_name: string

Property Value

string

toolbox_version

The immutable version of the toolbox to attach.

toolbox_version: string

Property Value

string

type

The type of the tool. Always toolbox.

type: "toolbox"

Property Value

"toolbox"