You're viewing a demo portfolio

Join the waitlist
PRSM

paver

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Paver Calculator — Paver count, base material and cost for a patio/walkway, including cutouts and waste.

Parameters schema

{
  "type": "object",
  "required": [
    "shape",
    "base_depth_in"
  ],
  "properties": {
    "shape": {
      "enum": [
        "rectangle",
        "circle",
        "l-shape"
      ],
      "type": "string",
      "description": "Area shape"
    },
    "width": {
      "type": "number",
      "description": "Width in feet"
    },
    "length": {
      "type": "number",
      "description": "Length in feet"
    },
    "pattern": {
      "type": "string",
      "description": "Laying pattern"
    },
    "diameter": {
      "type": "number",
      "description": "Diameter for circular area in feet"
    },
    "waste_pct": {
      "type": "number",
      "description": "Waste allowance percent"
    },
    "paver_size": {
      "type": "string",
      "description": "Named paver size"
    },
    "outer_width": {
      "type": "number",
      "description": "Outer width for L-shape in feet"
    },
    "cutout_width": {
      "type": "number",
      "description": "Cutout width in feet"
    },
    "outer_length": {
      "type": "number",
      "description": "Outer length for L-shape in feet"
    },
    "base_depth_in": {
      "type": "number",
      "description": "Base material depth in inches"
    },
    "cutout_length": {
      "type": "number",
      "description": "Cutout length in feet"
    },
    "paver_width_in": {
      "type": "number",
      "description": "Paver width in inches"
    },
    "paver_length_in": {
      "type": "number",
      "description": "Paver length in inches"
    },
    "price_per_paver": {
      "type": "number",
      "description": "Price per paver in USD"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

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