# Microgram: chemistry-chemistry-first-law-open

`station__algovigilance__microgram-chemistry-chemistry-first-law-open` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

dE/dt = Q̇ - Ẇ + Σṁh_in - Σṁh_out

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `heat_rate` *number* (required) — Heat transfer rate (W)
- `inflow_enthalpies` *object* (required) — Inlet specific enthalpies (J/kg)
- `inflow_mass_rates` *object* (required) — Inlet mass flow rates (kg/s)
- `outflow_enthalpies` *object* (required) — Outlet specific enthalpies (J/kg)
- `outflow_mass_rates` *object* (required) — Outlet mass flow rates (kg/s)
- `power_out` *number* (required) — Power output (W)

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-chemistry-chemistry-first-law-open",
    "arguments": {
      "heat_rate": 0,
      "inflow_enthalpies": {},
      "inflow_mass_rates": {},
      "outflow_enthalpies": {},
      "outflow_mass_rates": {},
      "power_out": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-chemistry-chemistry-first-law-open](/tools/algovigilance__microgram-chemistry-chemistry-first-law-open) — HTML page
- [/tools/algovigilance__microgram-chemistry-chemistry-first-law-open/json](/tools/algovigilance__microgram-chemistry-chemistry-first-law-open/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
