Glossary
Key terms and concepts in agricultural APIs and precision farming.
Key terms and concepts in agricultural APIs and precision farming.
Agronomic intelligence is the application of data analysis and domain-specific agronomic knowledge to generate actionable recommendations for crop production. It sits at the intersection of agricultural science and software engineering — transforming raw field data (yield maps, soil tests, imagery) into decisions about what to plant, how much to fertilize, and when to spray.
FieldMCP's farm-intelligence package provides a rule-based analysis engine that evaluates field data against peer-reviewed agronomic thresholds. Each rule has a unique identifier (e.g., YLD-001, SED-001, NUT-001) and traces back to a specification document that defines the exact logic and thresholds.
Every analysis function returns a RuleResult that includes:
This traceability is critical. When an AI application tells a farmer to increase seeding rate in a specific zone, the farmer needs to understand why. The rule ID and evidence chain provide that explanation.
Agronomic intelligence is what makes agricultural AI applications useful rather than generic. An LLM connected to FieldMCP through MCP can invoke agronomic intelligence tools to provide recommendations grounded in both data and agronomic science, rather than relying solely on the model's training data.
See the tools reference for available intelligence operations.