# Microgram: transducer-classifier

`station__algovigilance__microgram-transducer-classifier` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Classifies physical transducers by energy domain mapping. Transducer = ∂(×(ς_input, ς_output)) — a boundary that converts one energy type to another while conserving total energy. Routes by input energy domain and output target.

## Agent metadata

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

## Input schema

- `input_energy` *string* (required) — Input variable input_energy
- `output_energy` *string* (required) — Input variable output_energy
- `scale` *string* — Input variable scale

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-transducer-classifier",
    "arguments": {
      "input_energy": "",
      "output_energy": ""
    }
  }
}
```

## Related

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