HostedMcpServerTool.AllowedTools Property

Definition

Gets or sets the list of tools allowed to be used by the AI service.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedTools { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string>? AllowedTools { get; set; }
member this.AllowedTools : System.Collections.Generic.IList<string> with get, set
Public Property AllowedTools As IList(Of String)

Property Value

Remarks

The default value is null, which allows any tool to be used.

Applies to