Solve all sides and angles of a triangle from any valid combination of three known values.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
a | number | optional | Side a |
b | number | optional | Side b |
c | number | optional | Side c |
A | number | optional | Angle A in degrees |
B | number | optional | Angle B in degrees |
C | number | optional | Angle C in degrees |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "triangle_solver", "arguments": {"a": 100, "b": 100, "c": 100}}}'curl -s https://wingmanprotocol.com/tools/triangle_solver \
-H 'Content-Type: application/json' \
-d '{"a": 100, "b": 100, "c": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/triangle_solver from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).