Class UpdateDatabaseToolsMcpToolsetToolDetails
MCP toolset tool configuration
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class UpdateDatabaseToolsMcpToolsetToolDetails
Properties
AllowedRoles
Declaration
[JsonProperty(PropertyName = "allowedRoles")]
public List<string> AllowedRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The roles granted access to this tool |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the tool |
Remarks
Required
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public DatabaseToolsMcpToolsetToolStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsMcpToolsetToolStatus? | The status of the tool |