# Microgram: pv-compute-pv-signal-complete

`station__algovigilance__microgram-pv-compute-pv-signal-complete` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Complete signal analysis with all algorithms

## Agent metadata

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

## Input schema

- `fdr_correction` *boolean* (required) — Input parameter fdr_correction.
- `min_n` *number* (required) — Input parameter min_n.
- `prr_threshold` *number* (required) — Input parameter prr_threshold.
- `table` *object* (required) — Input parameter table.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-pv-compute-pv-signal-complete",
    "arguments": {
      "fdr_correction": false,
      "min_n": 0,
      "prr_threshold": 0,
      "table": {}
    }
  }
}
```

## Related

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