agentic-openapi-parser
    Preparing search index...

    Interface ToolFilterOptions

    interface ToolFilterOptions {
        excludeOperationIds?: string[];
        excludePaths?: string[];
        excludeTags?: string[];
        includeOperationIds?: string[];
        includePaths?: string[];
        includeTags?: string[];
    }
    Index
    excludeOperationIds?: string[]
    excludePaths?: string[]
    excludeTags?: string[]
    includeOperationIds?: string[]

    Glob patterns matched against the derived tool name (operationId-based, see deriveToolName).

    includePaths?: string[]

    Glob patterns matched against the OpenAPI path template, e.g. '/users/*' or '/admin/**'.

    includeTags?: string[]