You're viewing a demo portfolio

Join the waitlist
PRSM

triangle_solver

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
triangle_solver — WingmanProtocol Agent Gateway — PRSM MCP