geometry
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Geometry Area / Volume Calculator — Area, perimeter, circumference, volume, or surface area for common 2-D and 3-D shapes.
Parameters schema
{
"type": "object",
"required": [
"shape",
"metric"
],
"properties": {
"a": {
"type": "number",
"description": "Side a (trapezoid)"
},
"b": {
"type": "number",
"description": "Side b (trapezoid)"
},
"base": {
"type": "number",
"description": "Base"
},
"shape": {
"enum": [
"circle",
"rectangle",
"triangle",
"trapezoid",
"sphere",
"cylinder",
"cone",
"box"
],
"type": "string",
"description": "Shape"
},
"width": {
"type": "number",
"description": "Width"
},
"height": {
"type": "number",
"description": "Height"
},
"length": {
"type": "number",
"description": "Length"
},
"metric": {
"type": "string",
"description": "What to compute (area/perimeter/circumference/volume/surface_area)"
},
"radius": {
"type": "number",
"description": "Radius"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries