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