Glossary
Key terms and concepts in agricultural APIs and precision farming.
Key terms and concepts in agricultural APIs and precision farming.
Field boundaries are georeferenced polygons that define where an agricultural field starts and ends. They are the foundational spatial unit in agricultural software — every other data layer (yield maps, prescriptions, soil samples, imagery) is clipped to or referenced against field boundaries. Through FieldMCP, boundaries are returned as GeoJSON Polygon or MultiPolygon features.
A field boundary object from FieldMCP typically includes:
Field boundaries are the join key for agricultural data. When you query yield data, you query it for a specific field. When you generate a prescription, you generate it within a field's boundary. When you display NDVI imagery, you clip it to field boundaries. Without accurate boundaries, no other spatial data is useful.
FieldMCP provides MCP tools for listing and retrieving field boundaries. A typical workflow starts with listing all fields for an organization, then querying specific fields for detailed boundary geometry and associated data.
See the tools reference for available field boundary operations and the geospatial data glossary entry for format details.