# Microgram: anatomy-anatomy-record-synapse

`station__algovigilance__microgram-anatomy-anatomy-record-synapse` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Anatomy Record Synapse

## Agent metadata

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

## Input schema

- `amplitude` *number* (required) — Current amplitude
- `observation_count` *number* — Input parameter observation_count.
- `peak_amplitude` *number* — Input parameter peak_amplitude.
- `status` *string* — Input parameter status.
- `synapse_id` *string* (required) — Synapse identifier

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-anatomy-anatomy-record-synapse",
    "arguments": {
      "amplitude": 0,
      "synapse_id": ""
    }
  }
}
```

## Related

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