analyze_schema_candidates
Analyze raw data fragments to identify fields for schema promotion, providing recommendations with confidence scores based on frequency and type consistency.
Instructions
Analyze raw_fragments to identify fields that should be promoted to schema fields. Returns recommendations with confidence scores based on frequency and type consistency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | No | Entity type to analyze (optional, analyzes all if not provided) | |
| user_id | No | User ID for user-specific analysis (optional) | |
| min_frequency | No | Minimum frequency threshold (default: 5) | |
| min_confidence | No | Minimum confidence score 0-1 (default: 0.8) |