# Microgram: cloud-cloud-transfer-confidence

`station__algovigilance__microgram-cloud-cloud-transfer-confidence` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Compute cross-domain transfer confidence from structural, functional, and contextual similarity.

## Agent metadata

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

## Input schema

- `contextual` *number* (required) — Contextual similarity [0.0, 1.0] — how well the context maps
- `functional` *number* (required) — Functional similarity [0.0, 1.0] — how well the function maps
- `structural` *number* (required) — Structural similarity [0.0, 1.0] — how well the structure maps

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-cloud-cloud-transfer-confidence",
    "arguments": {
      "contextual": 0,
      "functional": 0,
      "structural": 0
    }
  }
}
```

## Related

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