# Microgram: microgram-run-session-breathhold

`station__algovigilance__microgram-microgram-run-session-breathhold` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Apnea — the productive hold between inhale and exhale. Measures mid-session gas exchange (context absorbed vs artifacts produced) to detect held breath (no output) or hyperventilation (too much output, no absorption)

## Agent metadata

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

## Input schema

- `writes` *number* (required) — Input parameter: writes
- `reads` *number* (required) — Input parameter: reads
- `skills_invoked` *number* (required) — Input parameter: skills_invoked
- `minutes_elapsed` *number* (required) — Input parameter: minutes_elapsed
- `errors_encountered` *number* (required) — Input parameter: errors_encountered
- `tools_so_far` *number* (required) — Input parameter: tools_so_far
- `files_modified` *number* (required) — Input parameter: files_modified

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-session-breathhold",
    "arguments": {
      "writes": 0,
      "reads": 0,
      "skills_invoked": 0,
      "minutes_elapsed": 0,
      "errors_encountered": 0,
      "tools_so_far": 0,
      "files_modified": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-session-breathhold](/tools/algovigilance__microgram-microgram-run-session-breathhold) — HTML page
- [/tools/algovigilance__microgram-microgram-run-session-breathhold/json](/tools/algovigilance__microgram-microgram-run-session-breathhold/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
