# Microgram: ab-mass-negative

`station__algovigilance__microgram-ab-mass-negative` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Antibody: detects negative mass values (stem-phys Mass invariant). Mass must be non-negative — single boolean gate.

## Agent metadata

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

## Input schema

- `mass_value` *number* (required) — Input variable mass_value

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-ab-mass-negative",
    "arguments": {
      "mass_value": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-ab-mass-negative](/tools/algovigilance__microgram-ab-mass-negative) — HTML page
- [/tools/algovigilance__microgram-ab-mass-negative/json](/tools/algovigilance__microgram-ab-mass-negative/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
