Class DatabaseToolsMcpToolsetBuiltInSqlTools
Allows the creation, configuration and management of an McpToolset of type Built-in SQL tools.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsMcpToolsetBuiltInSqlTools : DatabaseToolsMcpToolset
Properties
DefaultExecutionType
Declaration
[JsonProperty(PropertyName = "defaultExecutionType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseToolsMcpToolsetDefaultExecutionType? DefaultExecutionType { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsMcpToolsetDefaultExecutionType? | The default execution type for the toolset. The default value is SYNCHRONOUS.
|
Tools
Declaration
[JsonProperty(PropertyName = "tools")]
public List<DatabaseToolsMcpToolsetToolDetails> Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DatabaseToolsMcpToolsetToolDetails> | List of Database Tools Built-in SQL tools |