Table of Contents

Class ToolReference

Namespace
Glitch9.AIDevKit
public sealed class ToolReference
Inheritance
object
ToolReference

Properties

Name

Optional. The name of the tool.

public string Name { get; set; }

Property Value

string

ServerLabel

Optional. (Only for MCP tools) The label of the MCP server to use.

public string ServerLabel { get; set; }

Property Value

string

Type

Required. The type of tool.

public string Type { get; set; }

Property Value

string