# Microgram: pv-compute-pv-core-fdr-adjust

`station__algovigilance__microgram-pv-compute-pv-core-fdr-adjust` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Standalone tool — works with p-values from any statistical analysis.

## Agent metadata

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

## Input schema

- `fdr_level` *number* (required) — Input parameter fdr_level.
- `method` *string* (required) — Input parameter method.
- `p_values` *object* (required) — Raw p-values from multiple hypothesis tests

## 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-core-fdr-adjust",
    "arguments": {
      "fdr_level": 0,
      "method": "",
      "p_values": {}
    }
  }
}
```

## Related

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