# Microgram: safety-profile-completeness

`station__algovigilance__microgram-safety-profile-completeness` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Assesses completeness of cross-domain safety profile data

## Agent metadata

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

## Input schema

- `has_literature` *boolean* — Input variable has_literature
- `has_trial_data` *boolean* — Input variable has_trial_data
- `has_faers_data` *boolean* — Input variable has_faers_data
- `has_label` *boolean* — Input variable has_label
- `has_interactions` *boolean* — Input variable has_interactions

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-safety-profile-completeness",
    "arguments": {}
  }
}
```

## Related

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