Class McpToolRefList
List of allowed tool names or a filter object.
public class McpToolRefList
- Inheritance
-
objectMcpToolRefList
Properties
ReadOnly
Optional. Indicates whether or not a tool modifies data or is read-only.
public bool? ReadOnly { get; set; }
Property Value
- bool?
ToolNames
Optional. List of allowed tool names.
public List<string> ToolNames { get; set; }
Property Value
- List<string>