# Microgram: pbrer-section-gate

`station__algovigilance__microgram-pbrer-section-gate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

PBRER section completeness gate: evaluates whether an ICH E2C(R2) section has sufficient data to be considered complete, partial, or missing

## Agent metadata

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

## Input schema

- `section_id` *string* (required) — Input variable section_id
- `has_faers_data` *boolean* (required) — Input variable has_faers_data
- `signal_count` *number* (required) — Input variable signal_count
- `has_benefit_risk` *boolean* — Input variable has_benefit_risk
- `has_guidelines` *boolean* — Input variable has_guidelines

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-pbrer-section-gate",
    "arguments": {
      "section_id": "",
      "has_faers_data": false,
      "signal_count": 0
    }
  }
}
```

## Related

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