List Smart Mock Matching Rules
list_smart_mock_matching_rulesList the Smart Mock matching rules of one mock server — the rules that decide which faker value a field name gets. Includes the built-in catalog unless you filter it out. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of rules to skip (for pagination, default 0) | |
| take | No | Number of rules to return (default 50, max 100) | |
| category | No | Filter by category: person, location, internet, date_time, finance, identifier, media or misc | |
| isBuiltIn | No | true for built-in rules only, false for custom rules only. Omit for both. | |
| mockServerId | Yes | The public Id (Guid) of the mock server |