# Microgram: agent-intel-causality-ucas

`station__algovigilance__microgram-agent-intel-causality-ucas` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Score range: -3 to +14.

## Agent metadata

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

## Input schema

- `alternative_explanations` *object* (required) — Input parameter alternative_explanations.
- `dechallenge` *object* (required) — Input parameter dechallenge.
- `dose_response` *object* (required) — Input parameter dose_response.
- `mechanistic_plausibility` *object* (required) — Input parameter mechanistic_plausibility.
- `prior_evidence` *object* (required) — Input parameter prior_evidence.
- `rechallenge` *object* (required) — Input parameter rechallenge.
- `specificity` *object* (required) — Input parameter specificity.
- `temporal_relationship` *object* (required) — Input parameter temporal_relationship.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-agent-intel-causality-ucas",
    "arguments": {
      "alternative_explanations": {},
      "dechallenge": {},
      "dose_response": {},
      "mechanistic_plausibility": {},
      "prior_evidence": {},
      "rechallenge": {},
      "specificity": {},
      "temporal_relationship": {}
    }
  }
}
```

## Related

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