1. Packages
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. DatabaseTools
  6. getDatabaseToolsMcpServer
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi

    This data source provides details about a specific Database Tools Mcp Server resource in Oracle Cloud Infrastructure Database Tools service.

    Gets details of the specified Database Tools mcpserver.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testDatabaseToolsMcpServer = oci.databasetools.getDatabaseToolsMcpServer({
        databaseToolsMcpServerId: testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_database_tools_mcp_server = oci.databasetools.get_database_tools_mcp_server(database_tools_mcp_server_id=test_database_tools_mcp_server_oci_database_tools_database_tools_mcp_server["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasetools"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databasetools.GetDatabaseToolsMcpServer(ctx, &databasetools.GetDatabaseToolsMcpServerArgs{
    			DatabaseToolsMcpServerId: testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testDatabaseToolsMcpServer = Oci.DatabaseTools.GetDatabaseToolsMcpServer.Invoke(new()
        {
            DatabaseToolsMcpServerId = testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseTools.DatabaseToolsFunctions;
    import com.pulumi.oci.DatabaseTools.inputs.GetDatabaseToolsMcpServerArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testDatabaseToolsMcpServer = DatabaseToolsFunctions.getDatabaseToolsMcpServer(GetDatabaseToolsMcpServerArgs.builder()
                .databaseToolsMcpServerId(testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id())
                .build());
    
        }
    }
    
    variables:
      testDatabaseToolsMcpServer:
        fn::invoke:
          function: oci:DatabaseTools:getDatabaseToolsMcpServer
          arguments:
            databaseToolsMcpServerId: ${testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_databasetools_getdatabasetoolsmcpserver" "testDatabaseToolsMcpServer" {
      database_tools_mcp_server_id = testDatabaseToolsMcpServerOciDatabaseToolsDatabaseToolsMcpServer.id
    }
    

    Using getDatabaseToolsMcpServer

    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 getDatabaseToolsMcpServer(args: GetDatabaseToolsMcpServerArgs, opts?: InvokeOptions): Promise<GetDatabaseToolsMcpServerResult>
    function getDatabaseToolsMcpServerOutput(args: GetDatabaseToolsMcpServerOutputArgs, opts?: InvokeOptions): Output<GetDatabaseToolsMcpServerResult>
    def get_database_tools_mcp_server(database_tools_mcp_server_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetDatabaseToolsMcpServerResult
    def get_database_tools_mcp_server_output(database_tools_mcp_server_id: pulumi.Input[Optional[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseToolsMcpServerResult]
    func LookupDatabaseToolsMcpServer(ctx *Context, args *LookupDatabaseToolsMcpServerArgs, opts ...InvokeOption) (*LookupDatabaseToolsMcpServerResult, error)
    func LookupDatabaseToolsMcpServerOutput(ctx *Context, args *LookupDatabaseToolsMcpServerOutputArgs, opts ...InvokeOption) LookupDatabaseToolsMcpServerResultOutput

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

    public static class GetDatabaseToolsMcpServer 
    {
        public static Task<GetDatabaseToolsMcpServerResult> InvokeAsync(GetDatabaseToolsMcpServerArgs args, InvokeOptions? opts = null)
        public static Output<GetDatabaseToolsMcpServerResult> Invoke(GetDatabaseToolsMcpServerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDatabaseToolsMcpServerResult> getDatabaseToolsMcpServer(GetDatabaseToolsMcpServerArgs args, InvokeOptions options)
    public static Output<GetDatabaseToolsMcpServerResult> getDatabaseToolsMcpServer(GetDatabaseToolsMcpServerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseTools/getDatabaseToolsMcpServer:getDatabaseToolsMcpServer
      arguments:
        # arguments dictionary
    data "oci_databasetools_getdatabasetoolsmcpserver" "name" {
        # arguments
    }

    The following arguments are supported:

    DatabaseToolsMcpServerId string
    The OCID of a Database Tools MCP server.
    DatabaseToolsMcpServerId string
    The OCID of a Database Tools MCP server.
    database_tools_mcp_server_id string
    The OCID of a Database Tools MCP server.
    databaseToolsMcpServerId String
    The OCID of a Database Tools MCP server.
    databaseToolsMcpServerId string
    The OCID of a Database Tools MCP server.
    database_tools_mcp_server_id str
    The OCID of a Database Tools MCP server.
    databaseToolsMcpServerId String
    The OCID of a Database Tools MCP server.

    getDatabaseToolsMcpServer Result

    The following output properties are available:

    AccessTokenExpiryInSeconds int
    Access token expiry in seconds
    BuiltInRoles List<GetDatabaseToolsMcpServerBuiltInRole>
    Built-in roles associated with the MCP Server.
    CompartmentId string
    The OCID of the compartment containing the Database Tools MCP server.
    CustomRoles List<GetDatabaseToolsMcpServerCustomRole>
    Custom roles associated with the MCP Server.
    DatabaseToolsConnectionId string
    The OCID of the related Database Tools connection.
    DatabaseToolsMcpServerId string
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    A human-readable description of the Database Tools MCP server.
    DisplayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    DomainAppId string
    The OCID of the associated domain application (Oracle Cloud Service).
    DomainId string
    The OCID of the associated identity domain.
    Endpoints List<GetDatabaseToolsMcpServerEndpoint>
    Invoke endpoints for the MCP server.
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The OCID of the Database Tools MCP server.
    LifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    Locks List<GetDatabaseToolsMcpServerLock>
    Locks associated with this resource.
    RefreshTokenExpiryInSeconds int
    Refresh token expiry in seconds
    RelatedResources List<GetDatabaseToolsMcpServerRelatedResource>
    A related resource
    RuntimeIdentity string
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    State string
    The current state of the Database Tools MCP server.
    Storages List<GetDatabaseToolsMcpServerStorage>
    The storage option used when running a tool asynchronously.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    Type string
    The Database Tools MCP server type.
    AccessTokenExpiryInSeconds int
    Access token expiry in seconds
    BuiltInRoles []GetDatabaseToolsMcpServerBuiltInRole
    Built-in roles associated with the MCP Server.
    CompartmentId string
    The OCID of the compartment containing the Database Tools MCP server.
    CustomRoles []GetDatabaseToolsMcpServerCustomRole
    Custom roles associated with the MCP Server.
    DatabaseToolsConnectionId string
    The OCID of the related Database Tools connection.
    DatabaseToolsMcpServerId string
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    A human-readable description of the Database Tools MCP server.
    DisplayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    DomainAppId string
    The OCID of the associated domain application (Oracle Cloud Service).
    DomainId string
    The OCID of the associated identity domain.
    Endpoints []GetDatabaseToolsMcpServerEndpoint
    Invoke endpoints for the MCP server.
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The OCID of the Database Tools MCP server.
    LifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    Locks []GetDatabaseToolsMcpServerLock
    Locks associated with this resource.
    RefreshTokenExpiryInSeconds int
    Refresh token expiry in seconds
    RelatedResources []GetDatabaseToolsMcpServerRelatedResource
    A related resource
    RuntimeIdentity string
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    State string
    The current state of the Database Tools MCP server.
    Storages []GetDatabaseToolsMcpServerStorage
    The storage option used when running a tool asynchronously.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    Type string
    The Database Tools MCP server type.
    access_token_expiry_in_seconds number
    Access token expiry in seconds
    built_in_roles list(object)
    Built-in roles associated with the MCP Server.
    compartment_id string
    The OCID of the compartment containing the Database Tools MCP server.
    custom_roles list(object)
    Custom roles associated with the MCP Server.
    database_tools_connection_id string
    The OCID of the related Database Tools connection.
    database_tools_mcp_server_id string
    defined_tags map(string)
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    A human-readable description of the Database Tools MCP server.
    display_name string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    domain_app_id string
    The OCID of the associated domain application (Oracle Cloud Service).
    domain_id string
    The OCID of the associated identity domain.
    endpoints list(object)
    Invoke endpoints for the MCP server.
    freeform_tags map(string)
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The OCID of the Database Tools MCP server.
    lifecycle_details string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks list(object)
    Locks associated with this resource.
    refresh_token_expiry_in_seconds number
    Refresh token expiry in seconds
    related_resources list(object)
    A related resource
    runtime_identity string
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    state string
    The current state of the Database Tools MCP server.
    storages list(object)
    The storage option used when running a tool asynchronously.
    system_tags map(string)
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    time_updated string
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    type string
    The Database Tools MCP server type.
    accessTokenExpiryInSeconds Integer
    Access token expiry in seconds
    builtInRoles List<GetMcpServerBuiltInRole>
    Built-in roles associated with the MCP Server.
    compartmentId String
    The OCID of the compartment containing the Database Tools MCP server.
    customRoles List<GetMcpServerCustomRole>
    Custom roles associated with the MCP Server.
    databaseToolsConnectionId String
    The OCID of the related Database Tools connection.
    databaseToolsMcpServerId String
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    A human-readable description of the Database Tools MCP server.
    displayName String
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    domainAppId String
    The OCID of the associated domain application (Oracle Cloud Service).
    domainId String
    The OCID of the associated identity domain.
    endpoints List<GetMcpServerEndpoint>
    Invoke endpoints for the MCP server.
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The OCID of the Database Tools MCP server.
    lifecycleDetails String
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks List<GetMcpServerLock>
    Locks associated with this resource.
    refreshTokenExpiryInSeconds Integer
    Refresh token expiry in seconds
    relatedResources List<GetMcpServerRelatedResource>
    A related resource
    runtimeIdentity String
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    state String
    The current state of the Database Tools MCP server.
    storages List<GetMcpServerStorage>
    The storage option used when running a tool asynchronously.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    type String
    The Database Tools MCP server type.
    accessTokenExpiryInSeconds number
    Access token expiry in seconds
    builtInRoles GetDatabaseToolsMcpServerBuiltInRole[]
    Built-in roles associated with the MCP Server.
    compartmentId string
    The OCID of the compartment containing the Database Tools MCP server.
    customRoles GetDatabaseToolsMcpServerCustomRole[]
    Custom roles associated with the MCP Server.
    databaseToolsConnectionId string
    The OCID of the related Database Tools connection.
    databaseToolsMcpServerId string
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    A human-readable description of the Database Tools MCP server.
    displayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    domainAppId string
    The OCID of the associated domain application (Oracle Cloud Service).
    domainId string
    The OCID of the associated identity domain.
    endpoints GetDatabaseToolsMcpServerEndpoint[]
    Invoke endpoints for the MCP server.
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The OCID of the Database Tools MCP server.
    lifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks GetDatabaseToolsMcpServerLock[]
    Locks associated with this resource.
    refreshTokenExpiryInSeconds number
    Refresh token expiry in seconds
    relatedResources GetDatabaseToolsMcpServerRelatedResource[]
    A related resource
    runtimeIdentity string
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    state string
    The current state of the Database Tools MCP server.
    storages GetDatabaseToolsMcpServerStorage[]
    The storage option used when running a tool asynchronously.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    type string
    The Database Tools MCP server type.
    access_token_expiry_in_seconds int
    Access token expiry in seconds
    built_in_roles Sequence[GetDatabaseToolsMcpServerBuiltInRole]
    Built-in roles associated with the MCP Server.
    compartment_id str
    The OCID of the compartment containing the Database Tools MCP server.
    custom_roles Sequence[GetDatabaseToolsMcpServerCustomRole]
    Custom roles associated with the MCP Server.
    database_tools_connection_id str
    The OCID of the related Database Tools connection.
    database_tools_mcp_server_id str
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    A human-readable description of the Database Tools MCP server.
    display_name str
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    domain_app_id str
    The OCID of the associated domain application (Oracle Cloud Service).
    domain_id str
    The OCID of the associated identity domain.
    endpoints Sequence[GetDatabaseToolsMcpServerEndpoint]
    Invoke endpoints for the MCP server.
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The OCID of the Database Tools MCP server.
    lifecycle_details str
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks Sequence[GetDatabaseToolsMcpServerLock]
    Locks associated with this resource.
    refresh_token_expiry_in_seconds int
    Refresh token expiry in seconds
    related_resources Sequence[GetDatabaseToolsMcpServerRelatedResource]
    A related resource
    runtime_identity str
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    state str
    The current state of the Database Tools MCP server.
    storages Sequence[GetDatabaseToolsMcpServerStorage]
    The storage option used when running a tool asynchronously.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    time_updated str
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    type str
    The Database Tools MCP server type.
    accessTokenExpiryInSeconds Number
    Access token expiry in seconds
    builtInRoles List<Property Map>
    Built-in roles associated with the MCP Server.
    compartmentId String
    The OCID of the compartment containing the Database Tools MCP server.
    customRoles List<Property Map>
    Custom roles associated with the MCP Server.
    databaseToolsConnectionId String
    The OCID of the related Database Tools connection.
    databaseToolsMcpServerId String
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    A human-readable description of the Database Tools MCP server.
    displayName String
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    domainAppId String
    The OCID of the associated domain application (Oracle Cloud Service).
    domainId String
    The OCID of the associated identity domain.
    endpoints List<Property Map>
    Invoke endpoints for the MCP server.
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The OCID of the Database Tools MCP server.
    lifecycleDetails String
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks List<Property Map>
    Locks associated with this resource.
    refreshTokenExpiryInSeconds Number
    Refresh token expiry in seconds
    relatedResources List<Property Map>
    A related resource
    runtimeIdentity String
    Specifies the identity used by the Database Tools MCP server to issue requests to other Oracle Cloud Infrastructure services (e.g., Secrets in Vault).
    state String
    The current state of the Database Tools MCP server.
    storages List<Property Map>
    The storage option used when running a tool asynchronously.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the Database Tools MCP server was updated. An RFC3339 formatted datetime string.
    type String
    The Database Tools MCP server type.

    Supporting Types

    GetDatabaseToolsMcpServerBuiltInRole

    Description string
    A human-readable description of the Database Tools MCP server.
    DisplayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    Description string
    A human-readable description of the Database Tools MCP server.
    DisplayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description string
    A human-readable description of the Database Tools MCP server.
    display_name string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description String
    A human-readable description of the Database Tools MCP server.
    displayName String
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description string
    A human-readable description of the Database Tools MCP server.
    displayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description str
    A human-readable description of the Database Tools MCP server.
    display_name str
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description String
    A human-readable description of the Database Tools MCP server.
    displayName String
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.

    GetDatabaseToolsMcpServerCustomRole

    Description string
    A human-readable description of the Database Tools MCP server.
    DisplayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    Description string
    A human-readable description of the Database Tools MCP server.
    DisplayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description string
    A human-readable description of the Database Tools MCP server.
    display_name string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description String
    A human-readable description of the Database Tools MCP server.
    displayName String
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description string
    A human-readable description of the Database Tools MCP server.
    displayName string
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description str
    A human-readable description of the Database Tools MCP server.
    display_name str
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
    description String
    A human-readable description of the Database Tools MCP server.
    displayName String
    A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.

    GetDatabaseToolsMcpServerEndpoint

    Endpoint string
    The URI endpoint of the MCP server
    Type string
    The Database Tools MCP server type.
    Endpoint string
    The URI endpoint of the MCP server
    Type string
    The Database Tools MCP server type.
    endpoint string
    The URI endpoint of the MCP server
    type string
    The Database Tools MCP server type.
    endpoint String
    The URI endpoint of the MCP server
    type String
    The Database Tools MCP server type.
    endpoint string
    The URI endpoint of the MCP server
    type string
    The Database Tools MCP server type.
    endpoint str
    The URI endpoint of the MCP server
    type str
    The Database Tools MCP server type.
    endpoint String
    The URI endpoint of the MCP server
    type String
    The Database Tools MCP server type.

    GetDatabaseToolsMcpServerLock

    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    RelatedResourceId string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    TimeCreated string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    Type string
    The Database Tools MCP server type.
    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    RelatedResourceId string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    TimeCreated string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    Type string
    The Database Tools MCP server type.
    message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    related_resource_id string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    time_created string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    type string
    The Database Tools MCP server type.
    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId String
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated String
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    type String
    The Database Tools MCP server type.
    message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated string
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    type string
    The Database Tools MCP server type.
    message str
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    related_resource_id str
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    time_created str
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    type str
    The Database Tools MCP server type.
    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId String
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated String
    The time the Database Tools MCP server was created. An RFC3339 formatted datetime string.
    type String
    The Database Tools MCP server type.

    GetDatabaseToolsMcpServerRelatedResource

    EntityType string
    The resource entity type.
    Identifier string
    The OCID of the related resource.
    EntityType string
    The resource entity type.
    Identifier string
    The OCID of the related resource.
    entity_type string
    The resource entity type.
    identifier string
    The OCID of the related resource.
    entityType String
    The resource entity type.
    identifier String
    The OCID of the related resource.
    entityType string
    The resource entity type.
    identifier string
    The OCID of the related resource.
    entity_type str
    The resource entity type.
    identifier str
    The OCID of the related resource.
    entityType String
    The resource entity type.
    identifier String
    The OCID of the related resource.

    GetDatabaseToolsMcpServerStorage

    Buckets List<GetDatabaseToolsMcpServerStorageBucket>
    The Object Storage bucket to use.
    Type string
    The Database Tools MCP server type.
    Buckets []GetDatabaseToolsMcpServerStorageBucket
    The Object Storage bucket to use.
    Type string
    The Database Tools MCP server type.
    buckets list(object)
    The Object Storage bucket to use.
    type string
    The Database Tools MCP server type.
    buckets List<GetMcpServerStorageBucket>
    The Object Storage bucket to use.
    type String
    The Database Tools MCP server type.
    buckets GetDatabaseToolsMcpServerStorageBucket[]
    The Object Storage bucket to use.
    type string
    The Database Tools MCP server type.
    buckets Sequence[GetDatabaseToolsMcpServerStorageBucket]
    The Object Storage bucket to use.
    type str
    The Database Tools MCP server type.
    buckets List<Property Map>
    The Object Storage bucket to use.
    type String
    The Database Tools MCP server type.

    GetDatabaseToolsMcpServerStorageBucket

    Bucket string
    The Object Storage bucket to use.
    Namespace string
    The Object Storage namespace to use.
    Bucket string
    The Object Storage bucket to use.
    Namespace string
    The Object Storage namespace to use.
    bucket string
    The Object Storage bucket to use.
    namespace string
    The Object Storage namespace to use.
    bucket String
    The Object Storage bucket to use.
    namespace String
    The Object Storage namespace to use.
    bucket string
    The Object Storage bucket to use.
    namespace string
    The Object Storage namespace to use.
    bucket str
    The Object Storage bucket to use.
    namespace str
    The Object Storage namespace to use.
    bucket String
    The Object Storage bucket to use.
    namespace String
    The Object Storage namespace to use.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.13.0
    published on Thursday, May 28, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial