# Microgram: orchestrator-route-pv-workflow

`station__algovigilance__microgram-orchestrator-route-pv-workflow` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Given a pharmacovigilance objective, decompose it into ordered steps and identify which Station tools to call at each step. Returns a workflow plan with tool names, parameters, and expected outputs. Use this to plan a multi-step PV investigation before executing individual tools.

## Agent metadata

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

## Input schema

- `objective` *string* (required) — PV objective (e.g., 'Investigate safety signal for semaglutide and pancreatitis')
- `drug` *string* — Drug name if applicable
- `event` *string* — Adverse event if applicable
- `context` *string* — Context: clinical_trial, post_marketing, literature

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-orchestrator-route-pv-workflow",
    "arguments": {
      "objective": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-orchestrator-route-pv-workflow](/tools/algovigilance__microgram-orchestrator-route-pv-workflow) — HTML page
- [/tools/algovigilance__microgram-orchestrator-route-pv-workflow/json](/tools/algovigilance__microgram-orchestrator-route-pv-workflow/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
