You're viewing a demo portfolio

Join the waitlist
PRSM

paint

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Paint Calculator — Gallons of paint and number of coats for a room from wall dimensions, openings and coverage.

Parameters schema

{
  "type": "object",
  "required": [
    "length",
    "width",
    "height"
  ],
  "properties": {
    "coats": {
      "type": "integer",
      "description": "Number of coats (default 2)"
    },
    "width": {
      "type": "number",
      "description": "Room width in feet"
    },
    "height": {
      "type": "number",
      "description": "Wall height in feet"
    },
    "length": {
      "type": "number",
      "description": "Room length in feet"
    },
    "openings_sqft": {
      "type": "number",
      "description": "Total area of doors/windows to subtract, in sqft"
    },
    "include_ceiling": {
      "type": "boolean",
      "description": "Include the ceiling area"
    },
    "coverage_per_gal": {
      "type": "number",
      "description": "Square feet covered per gallon (default ~350)"
    }
  },
  "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 →
paint — WingmanProtocol Agent Gateway — PRSM MCP