FieldMCP
PricingDocsChangelog
Sign inGet Started
FieldMCP

Connect your AI to farm data in minutes

Product

  • Pricing
  • Documentation
  • Changelog
  • Integrations

Company

  • About
  • Customers
  • Security
  • Contact
  • Support

Legal

  • Terms of Service
  • Privacy Policy
  • DPA
  • SLA

© 2026 FieldMCP. All rights reserved.

Status

Search Documentation

Search for a documentation page...

Getting Started

IntroductionQuickstart

Authentication

API KeysOAuth

Tools Reference

Overview
Diagnose FieldAnalyze YieldCompare FieldsGet Action PlanGet Rule DetailsSearch Rules
  1. Docs
  2. Farm Intelligence
  3. Get Rule Details

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

ParameterTypeRequiredDescription
ruleIdstringYesRule 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

PrefixCategoryDescription
YLDYield AnalysisYield trends, variability, benchmarking
SEDSeed SelectionVariety and hybrid recommendations
NUTNutrient ManagementSoil fertility and fertilizer
CMPCompactionSoil compaction diagnosis
DRNDrainageWater management
DISDisease & PestDisease and pest identification
PLTPlantingPlanting date, population, spacing
ROTRotationCrop rotation analysis
WTHWeatherWeather impact assessment
DATData QualityInput data completeness
RECRecommendationsGeneral recommendations
DECDecision PrioritizationAction triage and sequencing

Use intel_search_rules to browse all rules in a category.

ParameterTypeRequiredDescription
ruleIdstringRequiredRule ID like "SED-001", "YLD-005", "DEC-001"

Try it

intel_get_rule_details

Sign in to try this tool

Sign in
Get Action PlanSearch Rules