Method Exclude
Exclude(string)
Adds a tool name to the exclusion list. Excluded tools are always removed from the result, regardless of other filters.
public BuiltInToolSelection Exclude(string toolName)
Parameters
toolNamestringExact tool name to exclude (for example,
"filesystem_delete").
Returns
- BuiltInToolSelection
This instance, for fluent chaining.