You're viewing a demo portfolio

Join the waitlist
PRSM

perception_classify

Active

Tool of com.geiant/mcp-perception

declared in 0.3.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.geiant/mcp-perception

https://github.com/GNS-Foundation/geiant

1/7 registries
View full server →