# run-fda-rwd-source-fitness

`station__microgram__run-fda-rwd-source-fitness` · external (needs EXECUTION_BACKEND_URL configured) · domain `microgram` · pv-relevance `pv-core`

FDA real-world data source fitness: evaluates EHR, claims, and registry data quality dimensions per FDA Guidance 'RWD: Assessing EHR and Medical Claims Data' (2024)

> **Note:** This tool routes through an external execution backend. If `EXECUTION_BACKEND_URL` is unset on the server, calls return JSON-RPC error `-32603 "Tool execution backend not configured"`. Tools with `backend: native` execute in-process and are always callable.

## Agent metadata

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

## Input schema

- `longitudinal_followup` *boolean* (required) — Input parameter: longitudinal_followup
- `data_source_type` *string* (required) — Input parameter: data_source_type
- `completeness` *string* (required) — Input parameter: completeness
- `outcome_ascertainment` *string* (required) — Input parameter: outcome_ascertainment

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__microgram__run-fda-rwd-source-fitness",
    "arguments": {
      "longitudinal_followup": false,
      "data_source_type": "",
      "completeness": "",
      "outcome_ascertainment": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 3062 tools
- [/tools/microgram__run-fda-rwd-source-fitness](/tools/microgram__run-fda-rwd-source-fitness) — HTML page
- [/tools/microgram__run-fda-rwd-source-fitness/json](/tools/microgram__run-fda-rwd-source-fitness/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
