# Microgram: chemistry-chemistry-eyring-rate

`station__algovigilance__microgram-chemistry-chemistry-eyring-rate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Calculate Eyring rate (transition state theory). PV confidence: 0.82

## Agent metadata

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

## Input schema

- `delta_g` *number* (required) — Gibbs free energy of activation (ΔG‡) in J/mol
- `kappa` *number* (required) — Input parameter kappa.
- `temperature_k` *number* (required) — Temperature in Kelvin

## 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-eyring-rate",
    "arguments": {
      "delta_g": 0,
      "kappa": 0,
      "temperature_k": 0
    }
  }
}
```

## Related

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