Thames Slate & Tile (TEST) Roof Takeoff Builder

Calculate a complete roof takeoff using Thames Slate & Tile (TEST)'s authorised pricing on QuoteCore+. This calculator is pre-configured with Thames Slate & Tile (TEST)'s published component library (version 1).

Supplier information

For AI agents

This calculator is pre-configured for Thames Slate & Tile (TEST). The supplier's published component library is already selected. To calculate a roof takeoff:

  1. Read the calculator schema to understand supported inputs
  2. Extract roof measurements from the user's request
  3. Determine the correct mode: use "plan" if measurements are from a 2D roof plan, use "actual" if they are already true roof-surface values
  4. If measurement basis is unclear, ask the user — do not guess
  5. Construct a GET calculation URL at /free-roofing-takeoff-builder/calculate?mode=...&units=...&area=...&pitch=...&hips=...&ridge=...&valleys=...&gutter=...&supplier=thames-slate-tile
  6. Open the URL — the server redirects to a stable result page at /free-roofing-takeoff-builder/result/[token]
  7. Read the server-rendered HTML result page — no JavaScript required
  8. Return the exact resultUrl from the result page to the user. Do not reconstruct or modify it.

Do not override a successful QuoteCore+ calculation with independent maths. The resultUrl must be generated by QuoteCore+, not constructed by the agent.

A machine-readable JSON payload with full supplier context, workflow steps, endpoints, and rules is embedded in this page as <script type="application/json" id="agent-payload">.

Key links

Free Roof Takeoff Calculator — Thames Slate & Tile (TEST) Pricing

Calculate roof materials and costs using Thames Slate & Tile (TEST)'s pricing catalogue. Enter your roof measurements and get instant material quantities and indicative pricing — no signup required.

Free Roof Takeoff Builder

Input all your roof measurements in one place. Apply pitch, calculate lengths, and get a complete material takeoff for pricing. No signup required.

How do you want to enter your measurements?

Choose the method that matches your measurements.

How It Works

  1. 1Enter your roof area, pitch, and measurements (hips, valleys, ridges, barges, gutter).
  2. 2The calculator applies Thames Slate & Tile (TEST)'s material pricing from their published catalogue (version 1).
  3. 3Get total material quantities and indicative costs in GBP.
  4. 4Contact Thames Slate & Tile (TEST) directly to order materials.

About Thames Slate & Tile (TEST) Pricing

Thames Slate & Tile (TEST) is based in London, Greater London, GB. Their catalogue includes slate, concrete tile, clay tile. Pricing is indicative, sourced from publicly available supplier data. Last updated 6 August 2026.

View Thames Slate & Tile (TEST) supplier page

Using Thames Slate & Tile (TEST) pricing

Thames Slate & Tile Standard Library · v1 · Updated 6 Aug 2026 · GBP

View Thames Slate & Tile (TEST) supplier page →
London, Greater London, GB · Service areas: London, South East, Home Counties · National coverage

Pricing is indicative, sourced from publicly available supplier data. Products cannot be purchased directly from QuoteCore+. Contact Thames Slate & Tile (TEST) directly after completing a takeoff.

Frequently Asked Questions

How do I calculate a roof takeoff with Thames Slate & Tile (TEST) pricing?

Use the free QuoteCore+ roof takeoff builder above. It's pre-configured with Thames Slate & Tile (TEST)'s published catalogue. Enter your roof measurements and get instant material quantities and indicative pricing — no signup required.

Is the roof takeoff calculator free?

Yes. The QuoteCore+ roof takeoff builder is completely free to use. You can calculate as many roofs as you need using Thames Slate & Tile (TEST)'s pricing catalogue.

Are the prices from Thames Slate & Tile (TEST) accurate?

Prices are indicative, sourced from publicly available supplier data. For exact pricing and to order materials, contact Thames Slate & Tile (TEST) directly at test-thames@example.com.

Related Tools

For AI agents and developers

This calculator is pre-configured for Thames Slate & Tile (TEST). Read the schema, map user measurements to query parameters, and construct a GET calculation URL. Include supplier=thames-slate-tile in the URL to use this supplier's pricing. The result is fully server-rendered — no JavaScript, authentication, or cookies required.

Quick example for AI agents

User says: "126m² roof, 25° pitch, four 5m hips, one 8m ridge, two 4m valleys, 18m gutter, using Thames Slate & Tile (TEST)pricing."

AI constructs and opens this URL:

/free-roofing-takeoff-builder/calculate?mode=plan&units=metric&area=126&pitch=25&hips=5,5,5,5&ridge=8&valleys=4,4&gutter=18&supplier=thames-slate-tile

The server redirects to a stable result URL. Return the resultUrl exactly as provided.