Member Junction
    Preparing search index...

    Options for tool discovery

    interface ToolDiscoveryOptions {
        connectionIds?: string[];
        excludeDestructive?: boolean;
        limit?: number;
        namePattern?: string;
        readOnlyOnly?: boolean;
    }
    Index

    Properties

    connectionIds?: string[]

    Filter to specific connection IDs

    excludeDestructive?: boolean

    Exclude destructive tools

    limit?: number

    Maximum number of tools to return

    namePattern?: string

    Filter tools by name pattern (regex)

    readOnlyOnly?: boolean

    Include only read-only tools