# Microgram: trial-trial-endpoint-evaluate

`station__algovigilance__microgram-trial-trial-endpoint-evaluate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Evaluate a primary or secondary endpoint with statistical testing.

## Agent metadata

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

## Input schema

- `alpha` *number* (required) — Input parameter alpha.
- `endpoint_name` *string* — Input parameter endpoint_name.
- `mean1` *number* — Input parameter mean1.
- `mean2` *number* — Input parameter mean2.
- `n1` *number* — Input parameter n1.
- `n2` *number* — Input parameter n2.
- `s1` *number* — Input parameter s1.
- `s2` *number* — Input parameter s2.
- `sd1` *number* — Input parameter sd1.
- `sd2` *number* — Input parameter sd2.
- `test_type` *string* (required) — Test type: "two_proportion" | "two_mean"

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-trial-trial-endpoint-evaluate",
    "arguments": {
      "alpha": 0,
      "test_type": ""
    }
  }
}
```

## Related

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