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 Action Plan

intel_get_action_plan

Get a prioritized action plan following agronomic triage principles. Provide identified yield limiting factors and receive an ordered intervention sequence with rationale.

Parameters

ParameterTypeRequiredDescription
yieldLimitingFactorsarrayYesArray of { type, severity } objects
budgetPerAcrenumberNoBudget constraint in dollars per acre

Factor Types

drainage, compaction, ph, nitrogen, phosphorus, potassium, micronutrients, variety, management

Severity Levels

low, moderate, severe

Usage

{
  "yieldLimitingFactors": [
    { "type": "drainage", "severity": "moderate" },
    { "type": "nitrogen", "severity": "severe" },
    { "type": "ph", "severity": "low" }
  ],
  "budgetPerAcre": 150
}

Response

{
  "error": false,
  "data": {
    "prioritizedActions": [
      {
        "priority": 1,
        "type": "drainage",
        "severity": "moderate",
        "rationale": "Per DEC-001: Drainage is highest priority (physical limitation)",
        "prerequisitesMet": true
      },
      {
        "priority": 2,
        "type": "ph",
        "severity": "low",
        "rationale": "Per DEC-001: Correct pH before fertilizer application",
        "prerequisitesMet": true
      },
      {
        "priority": 3,
        "type": "nitrogen",
        "severity": "severe",
        "rationale": "Per DEC-001: Address macronutrients after physical and pH issues",
        "prerequisitesMet": true
      }
    ],
    "triggeredRules": [
      {
        "ruleId": "DEC-001",
        "name": "Yield Limiting Factor Triage",
        "message": "Prioritized 3 factors using agronomic triage hierarchy"
      }
    ],
    "budgetConstraint": "moderate",
    "dataQuality": "COMPLETE"
  }
}

Triage Hierarchy (DEC-001)

Actions are prioritized following this agronomic principle: address physical issues before chemical, chemical before biological.

PriorityFactorRationale
1DrainagePhysical limitation — nothing else works if water can't drain
2CompactionPhysical limitation — restricts root growth
3pHChemical availability — nutrients are locked out at wrong pH
4NitrogenMacronutrient
5PhosphorusMacronutrient
6PotassiumMacronutrient
7MicronutrientsSecondary nutrients
8VarietyGenetic potential
9ManagementAgronomic practices
ParameterTypeRequiredDescription
yieldLimitingFactorsarrayRequiredList of identified yield limiting factors
budgetPerAcrenumberOptionalAvailable budget per acre

Try it

intel_get_action_plan

Sign in to try this tool

Sign in
Compare FieldsGet Rule Details