# Interface: ToolkitOptions

## Properties[​](#properties "Direct link to Properties")

### except?[​](#except "Direct link to except?")

```ts
optional except: string[];

```

Exclude tools whose local name matches one of these.

***

### only?[​](#only "Direct link to only?")

```ts
optional only: string[];

```

Only include tools whose local name matches one of these.

***

### prefix?[​](#prefix "Direct link to prefix?")

```ts
optional prefix: string;

```

Key prefix to prepend to each tool's local name. Defaults to `${pluginName}.`.

***

### rename?[​](#rename "Direct link to rename?")

```ts
optional rename: Record<string, string>;

```

Remap specific local names to different keys (applied after prefix).
