Class McpToolRefList
List of allowed tool names or a filter object.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class McpToolRefList
Properties
| Edit this page View SourceReadOnly
Optional. Indicates whether or not a tool modifies data or is read-only.
Declaration
[JsonProperty("read_only")]
public bool? ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ToolNames
Optional. List of allowed tool names.
Declaration
[JsonProperty("tool_names")]
public List<string> ToolNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |