# Microgram: vigil-vigil-sys-add-boundary

`station__algovigilance__microgram-vigil-vigil-sys-add-boundary` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Add a boundary specification to the running daemon.

## Agent metadata

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

## Input schema

- `cooldown_ms` *number* — Input parameter cooldown_ms.
- `count` *number* — Input parameter count.
- `name` *string* (required) — Name for the boundary.
- `severity` *string* — Input parameter severity.
- `source_filter` *string* — Input parameter source_filter.
- `threshold_type` *string* (required) — Threshold type: "always", "severity", "count".
- `window_ms` *number* — Input parameter window_ms.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-vigil-vigil-sys-add-boundary",
    "arguments": {
      "name": "",
      "threshold_type": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-vigil-vigil-sys-add-boundary](/tools/algovigilance__microgram-vigil-vigil-sys-add-boundary) — HTML page
- [/tools/algovigilance__microgram-vigil-vigil-sys-add-boundary/json](/tools/algovigilance__microgram-vigil-vigil-sys-add-boundary/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
