@nexartis/homeport-sdk - v1.1.0
    Preparing search index...

    Interface McpToolMetadata

    Metadata for a single MCP tool exposed by an agent.

    interface McpToolMetadata {
        auth_required?: boolean;
        description?: string;
        name: string;
        pricing?: PricingDescriptor;
    }
    Index

    Properties

    auth_required?: boolean

    Whether invoking the tool requires authentication.

    description?: string

    Human-readable description.

    name: string

    Tool name.

    Per-tool pricing.