Table of Contents

Class McpToolRefList

Namespace
Glitch9.AIDevKit

List of allowed tool names or a filter object.

public class McpToolRefList
Inheritance
object
McpToolRefList

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>