# Microgram: chemistry-chemistry-buffer-capacity

`station__algovigilance__microgram-chemistry-chemistry-buffer-capacity` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Calculate buffer capacity. PV confidence: 0.78

## Agent metadata

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

## Input schema

- `ratio` *number* (required) — [A⁻]/[HA] ratio (base to acid)
- `total_conc` *number* (required) — Total buffer concentration

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-chemistry-chemistry-buffer-capacity",
    "arguments": {
      "ratio": 0,
      "total_conc": 0
    }
  }
}
```

## Related

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