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
List ResourcesGet Field OverviewGet Equipment StatusSearch Operations
  1. Docs
  2. John Deere
  3. Get Equipment Status

deere_get_equipment_status

Get equipment details with optional telemetry data. Returns machine info with current location, alerts, and engine hours.

Parameters

ParameterTypeRequiredDefaultDescription
equipmentIdstringYes—Equipment ID
orgIdstringNo—Organization ID (for context)
includestring[]No["details", "location"]Sections: details, location, alerts, engineHours
dateRangeobjectNo—{ startDate, endDate } for historical telemetry

Usage

Current Status

{
  "equipmentId": "eq123"
}

Full Telemetry with Alerts

{
  "equipmentId": "eq123",
  "include": ["details", "location", "alerts", "engineHours"]
}

Response

{
  "error": false,
  "data": {
    "equipment": {
      "id": "eq-uuid",
      "externalId": "eq123",
      "provider": "john_deere",
      "organizationId": "123",
      "name": "8R 370",
      "type": "tractor",
      "make": "John Deere",
      "model": "8R 370",
      "year": 2023
    },
    "currentLocation": {
      "id": "loc-uuid",
      "equipmentId": "eq123",
      "timestamp": "2025-03-15T14:30:00Z",
      "coordinates": { "lat": 42.0, "lon": -93.6 },
      "speed": 5.2,
      "heading": 270
    },
    "alerts": [
      {
        "id": "alert-uuid",
        "equipmentId": "eq123",
        "alertType": "maintenance",
        "severity": "medium",
        "message": "Oil change due in 50 hours",
        "timestamp": "2025-03-14T10:00:00Z",
        "acknowledged": false
      }
    ],
    "engineHours": {
      "id": "eh-uuid",
      "equipmentId": "eq123",
      "hours": 2450.5,
      "timestamp": "2025-03-15T14:30:00Z"
    }
  },
  "dataQuality": "COMPLETE"
}

Alert Severity Levels

SeverityMeaning
lowInformational — no action needed
mediumAttention needed soon
highAction required
criticalImmediate attention required

Errors

CodeCause
EQUIPMENT_NOT_FOUNDEquipment doesn't exist
TOKEN_EXPIREDJohn Deere token expired
PROVIDER_TIMEOUTAPI timed out
ParameterTypeRequiredDescription
equipmentIdstringRequiredEquipment ID
orgIdstringOptional
includearrayOptional
dateRangeobjectOptional

Try it

deere_get_equipment_status

Sign in to try this tool

Sign in
Get Field OverviewSearch Operations