AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class McpToolUseContent

    Inheritance
    object
    ContentBlock
    McpToolUseContent
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class McpToolUseContent : ContentBlock

    Properties

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Input

    Declaration
    public string Input { get; set; }
    Property Value
    Type Description
    string

    Name

    The name of the MCP tool

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    ServerName

    The name of the MCP server

    Declaration
    public string ServerName { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    public override ContentType Type { get; }
    Property Value
    Type Description
    ContentType
    Overrides
    ContentBlock.Type
    In this article
    Back to top Generated by DocFX