# Microgram: ats-detect-gaps

`station__algovigilance__microgram-ats-detect-gaps` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Detect critical gaps between resume and job requirements — missing skills, experience shortfalls, credential gaps. Returns severity (CRITICAL/HIGH/MODERATE/LOW/NONE) and whether gaps are fixable via resume optimization.

## Agent metadata

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

## Input schema

- `missing_hard_skills` *number* — Count of required hard skills not found in resume
- `missing_soft_skills` *number* — Count of required soft skills not demonstrated
- `missing_credentials` *number* — Count of required credentials not held
- `years_experience_gap` *number* — Years below the required experience level

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-ats-detect-gaps",
    "arguments": {}
  }
}
```

## Related

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