# Microgram: foundry-foundry-render-intelligence

`station__algovigilance__microgram-foundry-foundry-render-intelligence` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Render an A3 intelligence report as markdown.

## Agent metadata

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

## Input schema

- `confidence` *number* (required) — Confidence score in [0.0, 1.0].
- `findings` *object* (required) — Key findings from the analyst pipeline.
- `recommendations` *object* (required) — Prioritized actionable recommendations.
- `risk_level` *string* (required) — Risk level: "low", "moderate", "high", or "critical".

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-foundry-foundry-render-intelligence",
    "arguments": {
      "confidence": 0,
      "findings": {},
      "recommendations": {},
      "risk_level": ""
    }
  }
}
```

## Related

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