triangle_solver
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Triangle Solver (SSS / SAS / ASA / AAS) — Solve all sides and angles of a triangle from any valid combination of three known values.
Parameters schema
{
"type": "object",
"properties": {
"A": {
"type": "number",
"description": "Angle A in degrees"
},
"B": {
"type": "number",
"description": "Angle B in degrees"
},
"C": {
"type": "number",
"description": "Angle C in degrees"
},
"a": {
"type": "number",
"description": "Side a"
},
"b": {
"type": "number",
"description": "Side b"
},
"c": {
"type": "number",
"description": "Side c"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries