# Microgram: bicone-compare-profiles

`station__algovigilance__microgram-bicone-compare-profiles` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Compare two bicone profiles by computing metrics for each and their spectral overlap (cosine similarity). Use to assess shape similarity between two convergent-divergent systems.

## Agent metadata

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

## Input schema

- `widths_a` *object* (required) — Width sequence for profile A
- `widths_b` *object* (required) — Width sequence for profile B

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-bicone-compare-profiles",
    "arguments": {
      "widths_a": {},
      "widths_b": {}
    }
  }
}
```

## Related

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