intel_get_rule_details
Look up detailed information about a specific diagnostic rule by ID. Use this to understand why a recommendation was made or to learn about specific thresholds.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ruleId | string | Yes | Rule ID in format XXX-NNN (e.g., SED-001, YLD-005) |
Usage
{
"ruleId": "YLD-001"
}Response
{
"error": false,
"data": {
"success": true,
"ruleId": "YLD-001",
"name": "Systemic Underperformance Detection",
"category": "YLD",
"categoryDescription": "Yield Analysis",
"description": "Identifies fields consistently underperforming vs county average by >5%",
"researchSource": "NASS/USDA yield trending",
"confidence": 0.95
}
}Rule Categories
| Prefix | Category | Description |
|---|---|---|
YLD | Yield Analysis | Yield trends, variability, benchmarking |
SED | Seed Selection | Variety and hybrid recommendations |
NUT | Nutrient Management | Soil fertility and fertilizer |
CMP | Compaction | Soil compaction diagnosis |
DRN | Drainage | Water management |
DIS | Disease & Pest | Disease and pest identification |
PLT | Planting | Planting date, population, spacing |
ROT | Rotation | Crop rotation analysis |
WTH | Weather | Weather impact assessment |
DAT | Data Quality | Input data completeness |
REC | Recommendations | General recommendations |
DEC | Decision Prioritization | Action triage and sequencing |
Use intel_search_rules to browse all rules in a category.
| Parameter | Type | Required | Description |
|---|---|---|---|
| ruleId | string | Required | Rule ID like "SED-001", "YLD-005", "DEC-001" |
Try it
intel_get_rule_detailsSign in to try this tool
Sign in