# Microgram: microgram-run-actuator-balance

`station__algovigilance__microgram-microgram-run-actuator-balance` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Classify actuator/sensor ratio: BALANCED (2-5:1), SENSOR_HEAVY (>5:1), ACTUATOR_HEAVY (<2:1)

## Agent metadata

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

## Input schema

- `sensor_count` *number* (required) — Input parameter: sensor_count
- `actuator_count` *number* (required) — Input parameter: actuator_count

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-actuator-balance",
    "arguments": {
      "sensor_count": 0,
      "actuator_count": 0
    }
  }
}
```

## Related

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