Skip to content

Interface: ToolFilter

Defined in: packages/core/src/core/registry/ToolFilterEngine.ts:15

Filter options for selective tool exposure

Properties

anyTag?

ts
optional anyTag: string[];

Defined in: packages/core/src/core/registry/ToolFilterEngine.ts:19

Only include tools that have at least ONE of these tags (OR logic)


exclude?

ts
optional exclude: string[];

Defined in: packages/core/src/core/registry/ToolFilterEngine.ts:21

Exclude tools that have ANY of these tags


tags?

ts
optional tags: string[];

Defined in: packages/core/src/core/registry/ToolFilterEngine.ts:17

Only include tools that have ALL these tags (AND logic)