sf_set_active_domains
Restrict Salesforce documentation searches to specific domains by setting active domain restrictions. Use clear=true to remove restrictions and search all domains.
Instructions
Set the active domain restriction. When set, all tools only return results from the specified domains. Use sf_suggest_domains first to discover relevant domain IDs. Call with clear=true to remove restrictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Set to true to clear all domain restrictions and search all domains | |
| domains | No | Array of domain IDs to restrict to (e.g. ['revenue-cloud', 'clm-developer-guide', 'cli-commands']) |