# Microgram: station-pubmed-pipeline

`station__algovigilance__microgram-station-pubmed-pipeline` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Routes PubMed literature search results through evidence classification: evaluates systematic reviews, RCTs, case reports, and citation volume to determine evidence strength

## Agent metadata

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

## Input schema

- `rct_count` *number* — Input variable rct_count
- `systematic_review_count` *number* — Input variable systematic_review_count
- `case_report_count` *number* — Input variable case_report_count
- `total_citations` *number* — Input variable total_citations

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-station-pubmed-pipeline",
    "arguments": {}
  }
}
```

## Related

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