perception_classify
ActiveTool of com.geiant/mcp-perception
Run Prithvi-EO-2.0-300M-TL-Sen1Floods11 flood classification on a Sentinel-2 tile previously fetched by perception_fetch_tile. Sends the 6-band chip to a RunPod endpoint and returns: dominant_class, flood_pixel_pct, confidence, class_counts, and the full perception_chain. The perception chain is written to Spatial Memory and a signed audit breadcrumb is dropped to the agent trail.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tile_id",
"task"
],
"properties": {
"task": {
"enum": [
"flood",
"landcover",
"burnscar",
"anomaly"
],
"type": "string",
"description": "Classification task. Currently only \"flood\" is supported."
},
"h3_cell": {
"type": "string",
"description": "Override H3 cell. Defaults to the cell from the original fetch."
},
"tile_id": {
"type": "string",
"description": "tile_id from perception_fetch_tile result (must be in session cache)."
},
"write_to_spatial_memory": {
"type": "boolean",
"description": "Write perception chain to geiant_geometry_state. Default: true."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.geiant/mcp-perception
https://github.com/GNS-Foundation/geiant
1/7 registries