configure_model_selector
Manage runtime model selector settings: block models, filter licenses, and set custom recommendations to control token usage.
Instructions
View or modify model selector settings at runtime. Manage blocked models, license filters, and custom model recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. "add"/"remove" for blocked_models/license_filter only. | |
| values | No | Values for set/add/remove (for blocked_models and license_filter) | |
| setting | Yes | Which setting to manage | |
| custom_config | No | Custom recommendations config for "set" action on custom_recommendations. Format: { category: { tier: [modelId, ...] } } |