# Microgram: traffic-prediction-model

`station__algovigilance__microgram-traffic-prediction-model` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Predicts next-action priority for NexVigilant external traffic growth. Measures current state across 7 dimensions, classifies the bottleneck, and returns the highest-leverage action. Run weekly or before strategy sessions.

## Agent metadata

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

## Input schema

- `repo_public` *boolean* (required) — Is the Station source repo publicly accessible on GitHub?
- `descriptions_current` *boolean* (required) — Do all public repo descriptions match actual tool count (1958)?
- `directory_listings` *number* (required) — Number of MCP directories where Station is listed
- `hop_default` *boolean* (required) — Does chart_course recommend hop engine as primary onboarding path?
- `example_published` *boolean* (required) — Is a public worked example with real unlabeled signal finding live?
- `calls_per_day` *number* (required) — Average daily external tool calls (not internal sessions)
- `framework_count` *number* (required) — Number of agent frameworks with NexVigilant integration examples

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-traffic-prediction-model",
    "arguments": {
      "repo_public": false,
      "descriptions_current": false,
      "directory_listings": 0,
      "hop_default": false,
      "example_published": false,
      "calls_per_day": 0,
      "framework_count": 0
    }
  }
}
```

## Related

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