← WebMCP Directory

Tool tree

junkgf.com

Productivity & Business
https://junkgf.com/
Junk removal, cleanouts, hauling, and light demolition in Pierce County, with service coverage, pricing tiers, and quote requests.
Explore capabilities

Tools verified

check_service_coverageAnswer

Check if a specific city, county, or zip code in the South Sound region is within the active service area.

View tool JSON
{
  "name": "check_service_coverage",
  "kind": "answer",
  "impl": "imperative",
  "description": "Check if a specific city, county, or zip code in the South Sound region is within the active service area.",
  "inputSchema": {
    "type": "object",
    "required": [
      "location_query"
    ],
    "properties": {
      "location_query": {
        "type": "string",
        "description": "City name, zip code, or locality to check (e.g. 'Tacoma', 'Lakewood', 'Puyallup', 'Olympia', '98409')"
      }
    },
    "additionalProperties": false
  }
}
get_pricing_tiersAnswer

Retrieve volume-based pricing tiers, truck capacity volume ranges, ideal use cases, and rate estimates.

View tool JSON
{
  "name": "get_pricing_tiers",
  "kind": "answer",
  "impl": "imperative",
  "description": "Retrieve volume-based pricing tiers, truck capacity volume ranges, ideal use cases, and rate estimates.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
list_servicesAnswer

List available residential and commercial junk removal, cleanout, and hauling services with scope details.

View tool JSON
{
  "name": "list_services",
  "kind": "answer",
  "impl": "imperative",
  "description": "List available residential and commercial junk removal, cleanout, and hauling services with scope details.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "enum": [
          "all",
          "residential",
          "commercial"
        ],
        "type": "string",
        "description": "Filter services by scope: 'residential', 'commercial', or 'all'"
      }
    },
    "additionalProperties": false
  }
}
start_quote_requestAction

Initiate and prepare an online quote and pickup request on the application form with prefilled job and contact details.

View tool JSON
{
  "name": "start_quote_request",
  "kind": "act",
  "impl": "imperative",
  "description": "Initiate and prepare an online quote and pickup request on the application form with prefilled job and contact details.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Contact email address"
      },
      "phone": {
        "type": "string",
        "description": "Contact phone number"
      },
      "last_name": {
        "type": "string",
        "description": "Contact last name"
      },
      "first_name": {
        "type": "string",
        "description": "Contact first name"
      },
      "client_type": {
        "enum": [
          "Property Manager",
          "Contractor",
          "Business Owner",
          "Residential"
        ],
        "type": "string",
        "description": "Client role or property type"
      },
      "job_details": {
        "type": "string",
        "description": "Specific details, item list, volume estimate, or site access codes"
      },
      "service_address": {
        "type": "string",
        "description": "Street address and city for debris pickup"
      },
      "service_category": {
        "enum": [
          "Eviction Cleanout",
          "Dumpster Overflow",
          "Reno Debris",
          "General Junk"
        ],
        "type": "string",
        "description": "Primary category of debris/cleanout"
      }
    },
    "additionalProperties": false
  }
}