# Microgram: smm-study-type-router

`station__algovigilance__microgram-smm-study-type-router` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Routes scientific works to the correct evaluation standard (SMM-001 for empirical, SMM-002 for pre-empirical). Override-first, then boolean signals, conservative default.

## Agent metadata

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

## Input schema

- `study_type_override` *string* — Input variable study_type_override
- `has_hypothesis` *boolean* — Input variable has_hypothesis
- `has_empirical_data` *boolean* — Input variable has_empirical_data
- `has_statistical_analysis` *boolean* — Input variable has_statistical_analysis
- `is_framework` *boolean* — Input variable is_framework

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-smm-study-type-router",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-smm-study-type-router](/tools/algovigilance__microgram-smm-study-type-router) — HTML page
- [/tools/algovigilance__microgram-smm-study-type-router/json](/tools/algovigilance__microgram-smm-study-type-router/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
