RunStepDetailsActivity interface

Represents the list of activities, associated with the given step.

Properties

id

The activity ID.

serverLabel

Server label.

tools

The supported function list.

type

The activity type, which is always 'mcp_list_tools'.

Property Details

id

The activity ID.

id: string

Property Value

string

serverLabel

Server label.

serverLabel: string

Property Value

string

tools

The supported function list.

tools: Record<string, ActivityFunctionDefinition>

Property Value

Record<string, ActivityFunctionDefinition>

type

The activity type, which is always 'mcp_list_tools'.

type: "mcp_list_tools"

Property Value

"mcp_list_tools"