1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getSupervisorAgentTools
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi

    Public Beta

    Using getSupervisorAgentTools

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSupervisorAgentTools(args: GetSupervisorAgentToolsArgs, opts?: InvokeOptions): Promise<GetSupervisorAgentToolsResult>
    function getSupervisorAgentToolsOutput(args: GetSupervisorAgentToolsOutputArgs, opts?: InvokeOptions): Output<GetSupervisorAgentToolsResult>
    def get_supervisor_agent_tools(page_size: Optional[int] = None,
                                   parent: Optional[str] = None,
                                   provider_config: Optional[GetSupervisorAgentToolsProviderConfig] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetSupervisorAgentToolsResult
    def get_supervisor_agent_tools_output(page_size: pulumi.Input[Optional[int]] = None,
                                   parent: pulumi.Input[Optional[str]] = None,
                                   provider_config: pulumi.Input[Optional[GetSupervisorAgentToolsProviderConfigArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetSupervisorAgentToolsResult]
    func GetSupervisorAgentTools(ctx *Context, args *GetSupervisorAgentToolsArgs, opts ...InvokeOption) (*GetSupervisorAgentToolsResult, error)
    func GetSupervisorAgentToolsOutput(ctx *Context, args *GetSupervisorAgentToolsOutputArgs, opts ...InvokeOption) GetSupervisorAgentToolsResultOutput

    > Note: This function is named GetSupervisorAgentTools in the Go SDK.

    public static class GetSupervisorAgentTools 
    {
        public static Task<GetSupervisorAgentToolsResult> InvokeAsync(GetSupervisorAgentToolsArgs args, InvokeOptions? opts = null)
        public static Output<GetSupervisorAgentToolsResult> Invoke(GetSupervisorAgentToolsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSupervisorAgentToolsResult> getSupervisorAgentTools(GetSupervisorAgentToolsArgs args, InvokeOptions options)
    public static Output<GetSupervisorAgentToolsResult> getSupervisorAgentTools(GetSupervisorAgentToolsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getSupervisorAgentTools:getSupervisorAgentTools
      arguments:
        # arguments dictionary
    data "databricks_getsupervisoragenttools" "name" {
        # arguments
    }

    The following arguments are supported:

    Parent string
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    PageSize int
    ProviderConfig GetSupervisorAgentToolsProviderConfig
    Configure the provider for management through account provider.
    Parent string
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    PageSize int
    ProviderConfig GetSupervisorAgentToolsProviderConfig
    Configure the provider for management through account provider.
    parent string
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    page_size number
    provider_config object
    Configure the provider for management through account provider.
    parent String
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    pageSize Integer
    providerConfig GetSupervisorAgentToolsProviderConfig
    Configure the provider for management through account provider.
    parent string
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    pageSize number
    providerConfig GetSupervisorAgentToolsProviderConfig
    Configure the provider for management through account provider.
    parent str
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    page_size int
    provider_config GetSupervisorAgentToolsProviderConfig
    Configure the provider for management through account provider.
    parent String
    Parent resource to list from. Format: supervisor-agents/{supervisor_agent_id}
    pageSize Number
    providerConfig Property Map
    Configure the provider for management through account provider.

    getSupervisorAgentTools Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Parent string
    Tools List<GetSupervisorAgentToolsTool>
    PageSize int
    ProviderConfig GetSupervisorAgentToolsProviderConfig
    Id string
    The provider-assigned unique ID for this managed resource.
    Parent string
    Tools []GetSupervisorAgentToolsTool
    PageSize int
    ProviderConfig GetSupervisorAgentToolsProviderConfig
    id string
    The provider-assigned unique ID for this managed resource.
    parent string
    tools list(object)
    page_size number
    provider_config object
    id String
    The provider-assigned unique ID for this managed resource.
    parent String
    tools List<GetSupervisorAgentToolsTool>
    pageSize Integer
    providerConfig GetSupervisorAgentToolsProviderConfig
    id string
    The provider-assigned unique ID for this managed resource.
    parent string
    tools GetSupervisorAgentToolsTool[]
    pageSize number
    providerConfig GetSupervisorAgentToolsProviderConfig
    id String
    The provider-assigned unique ID for this managed resource.
    parent String
    tools List<Property Map>
    pageSize Number
    providerConfig Property Map

    Supporting Types

    GetSupervisorAgentToolsProviderConfig

    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id str
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.

    GetSupervisorAgentToolsTool

    App GetSupervisorAgentToolsToolApp
    (App)
    Description string
    (string) - Description of what this tool does (user-facing)
    GenieSpace GetSupervisorAgentToolsToolGenieSpace
    (GenieSpace)
    Id string
    (string) - The ID of the genie space
    KnowledgeAssistant GetSupervisorAgentToolsToolKnowledgeAssistant
    (KnowledgeAssistant)
    Name string
    (string) - Full uc volume name
    ToolId string
    (string) - User specified id of the Tool
    ToolType string
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    UcConnection GetSupervisorAgentToolsToolUcConnection
    (UcConnection)
    UcFunction GetSupervisorAgentToolsToolUcFunction
    (UcFunction)
    Volume GetSupervisorAgentToolsToolVolume
    (Volume)
    ProviderConfig GetSupervisorAgentToolsToolProviderConfig
    Configure the provider for management through account provider.
    App GetSupervisorAgentToolsToolApp
    (App)
    Description string
    (string) - Description of what this tool does (user-facing)
    GenieSpace GetSupervisorAgentToolsToolGenieSpace
    (GenieSpace)
    Id string
    (string) - The ID of the genie space
    KnowledgeAssistant GetSupervisorAgentToolsToolKnowledgeAssistant
    (KnowledgeAssistant)
    Name string
    (string) - Full uc volume name
    ToolId string
    (string) - User specified id of the Tool
    ToolType string
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    UcConnection GetSupervisorAgentToolsToolUcConnection
    (UcConnection)
    UcFunction GetSupervisorAgentToolsToolUcFunction
    (UcFunction)
    Volume GetSupervisorAgentToolsToolVolume
    (Volume)
    ProviderConfig GetSupervisorAgentToolsToolProviderConfig
    Configure the provider for management through account provider.
    app object
    (App)
    description string
    (string) - Description of what this tool does (user-facing)
    genie_space object
    (GenieSpace)
    id string
    (string) - The ID of the genie space
    knowledge_assistant object
    (KnowledgeAssistant)
    name string
    (string) - Full uc volume name
    tool_id string
    (string) - User specified id of the Tool
    tool_type string
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    uc_connection object
    (UcConnection)
    uc_function object
    (UcFunction)
    volume object
    (Volume)
    provider_config object
    Configure the provider for management through account provider.
    app GetSupervisorAgentToolsToolApp
    (App)
    description String
    (string) - Description of what this tool does (user-facing)
    genieSpace GetSupervisorAgentToolsToolGenieSpace
    (GenieSpace)
    id String
    (string) - The ID of the genie space
    knowledgeAssistant GetSupervisorAgentToolsToolKnowledgeAssistant
    (KnowledgeAssistant)
    name String
    (string) - Full uc volume name
    toolId String
    (string) - User specified id of the Tool
    toolType String
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    ucConnection GetSupervisorAgentToolsToolUcConnection
    (UcConnection)
    ucFunction GetSupervisorAgentToolsToolUcFunction
    (UcFunction)
    volume GetSupervisorAgentToolsToolVolume
    (Volume)
    providerConfig GetSupervisorAgentToolsToolProviderConfig
    Configure the provider for management through account provider.
    app GetSupervisorAgentToolsToolApp
    (App)
    description string
    (string) - Description of what this tool does (user-facing)
    genieSpace GetSupervisorAgentToolsToolGenieSpace
    (GenieSpace)
    id string
    (string) - The ID of the genie space
    knowledgeAssistant GetSupervisorAgentToolsToolKnowledgeAssistant
    (KnowledgeAssistant)
    name string
    (string) - Full uc volume name
    toolId string
    (string) - User specified id of the Tool
    toolType string
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    ucConnection GetSupervisorAgentToolsToolUcConnection
    (UcConnection)
    ucFunction GetSupervisorAgentToolsToolUcFunction
    (UcFunction)
    volume GetSupervisorAgentToolsToolVolume
    (Volume)
    providerConfig GetSupervisorAgentToolsToolProviderConfig
    Configure the provider for management through account provider.
    app GetSupervisorAgentToolsToolApp
    (App)
    description str
    (string) - Description of what this tool does (user-facing)
    genie_space GetSupervisorAgentToolsToolGenieSpace
    (GenieSpace)
    id str
    (string) - The ID of the genie space
    knowledge_assistant GetSupervisorAgentToolsToolKnowledgeAssistant
    (KnowledgeAssistant)
    name str
    (string) - Full uc volume name
    tool_id str
    (string) - User specified id of the Tool
    tool_type str
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    uc_connection GetSupervisorAgentToolsToolUcConnection
    (UcConnection)
    uc_function GetSupervisorAgentToolsToolUcFunction
    (UcFunction)
    volume GetSupervisorAgentToolsToolVolume
    (Volume)
    provider_config GetSupervisorAgentToolsToolProviderConfig
    Configure the provider for management through account provider.
    app Property Map
    (App)
    description String
    (string) - Description of what this tool does (user-facing)
    genieSpace Property Map
    (GenieSpace)
    id String
    (string) - The ID of the genie space
    knowledgeAssistant Property Map
    (KnowledgeAssistant)
    name String
    (string) - Full uc volume name
    toolId String
    (string) - User specified id of the Tool
    toolType String
    (string) - Tool type. Must be one of: "genieSpace", "knowledgeAssistant", "ucFunction", "ucConnection", "app", "volume", "lakeviewDashboard", "servingEndpoint", "ucTable", "vectorSearchIndex", "catalog", "schema", "supervisorAgent", "webSearch"
    ucConnection Property Map
    (UcConnection)
    ucFunction Property Map
    (UcFunction)
    volume Property Map
    (Volume)
    providerConfig Property Map
    Configure the provider for management through account provider.

    GetSupervisorAgentToolsToolApp

    Name string
    (string) - Full uc volume name
    Name string
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name str
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name

    GetSupervisorAgentToolsToolGenieSpace

    Id string
    (string) - The ID of the genie space
    Id string
    (string) - The ID of the genie space
    id string
    (string) - The ID of the genie space
    id String
    (string) - The ID of the genie space
    id string
    (string) - The ID of the genie space
    id str
    (string) - The ID of the genie space
    id String
    (string) - The ID of the genie space

    GetSupervisorAgentToolsToolKnowledgeAssistant

    KnowledgeAssistantId string
    (string) - The ID of the knowledge assistant
    ServingEndpointName string
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead
    KnowledgeAssistantId string
    (string) - The ID of the knowledge assistant
    ServingEndpointName string
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead
    knowledge_assistant_id string
    (string) - The ID of the knowledge assistant
    serving_endpoint_name string
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead
    knowledgeAssistantId String
    (string) - The ID of the knowledge assistant
    servingEndpointName String
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead
    knowledgeAssistantId string
    (string) - The ID of the knowledge assistant
    servingEndpointName string
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead
    knowledge_assistant_id str
    (string) - The ID of the knowledge assistant
    serving_endpoint_name str
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead
    knowledgeAssistantId String
    (string) - The ID of the knowledge assistant
    servingEndpointName String
    (string, deprecated) - Deprecated: use knowledgeAssistantId instead

    GetSupervisorAgentToolsToolProviderConfig

    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id str
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.

    GetSupervisorAgentToolsToolUcConnection

    Name string
    (string) - Full uc volume name
    Name string
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name str
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name

    GetSupervisorAgentToolsToolUcFunction

    Name string
    (string) - Full uc volume name
    Name string
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name str
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name

    GetSupervisorAgentToolsToolVolume

    Name string
    (string) - Full uc volume name
    Name string
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name
    name string
    (string) - Full uc volume name
    name str
    (string) - Full uc volume name
    name String
    (string) - Full uc volume name

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v1.92.0
    published on Tuesday, May 12, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial