get_conflicts
Fetch a paginated, read-only list of design-system conflicts. Filter by type, status, scope, component, or field path to find inconsistencies across sources.
Instructions
Get a bounded, repeatable page of design-system conflicts. Read-only, no side effects. Filter by type, status, scope, exact component name or durable component ID, and a structured fieldPath prefix. Use offset and limit for pagination (default 25, maximum 100). For resolved design values, use get_token or get_component instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| scope | No | ||
| offset | No | ||
| status | No | ||
| component | No | ||
| fieldPath | No |