# Microgram: europepmc-org-list-citations

`station__algovigilance__microgram-europepmc-org-list-citations` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

List articles that cite a given source article. Returns citing article IDs, titles, authors, and publication years. Primary use: trace signal evolution over time (how many subsequent papers cite the original safety report), measure scientific attention to a drug-event pair.

## Agent metadata

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

## Input schema

- `source` *string* (required) — Source database of the cited article: MED, PMC, PPR, AGR, CBA.
- `id` *string* (required) — Identifier of the article whose citations you want to list.
- `pagesize` *number* — Citations per page (1-1000, default 25).

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-europepmc-org-list-citations",
    "arguments": {
      "source": "",
      "id": ""
    }
  }
}
```

## Related

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