Redfin · Capability

Redfin Stingray API — Valuation

Redfin Stingray API — Valuation. 1 operations. Lead operation: Get AVM historical valuation data. Self-contained Naftiko capability covering one Redfin business surface.

Run with Naftiko RedfinValuation

What You Can Do

GET
Getavmhistoricaldata — Get AVM historical valuation data
/v1/api/home/details/avmhistoricaldata

MCP Tools

get-avm-historical-valuation-data

Get AVM historical valuation data

read-only idempotent

Capability Spec

stingray-valuation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Redfin Stingray API — Valuation
  description: 'Redfin Stingray API — Valuation. 1 operations. Lead operation: Get AVM historical valuation data. Self-contained
    Naftiko capability covering one Redfin business surface.'
  tags:
  - Redfin
  - Valuation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REDFIN_API_KEY: REDFIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: stingray-valuation
    baseUri: https://www.redfin.com/stingray
    description: Redfin Stingray API — Valuation business capability. Self-contained, no shared references.
    resources:
    - name: api-home-details-avmHistoricalData
      path: /api/home/details/avmHistoricalData
      operations:
      - name: getavmhistoricaldata
        method: GET
        description: Get AVM historical valuation data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: The type of AVM data to retrieve, such as estimate type or valuation model variant.
  exposes:
  - type: rest
    namespace: stingray-valuation-rest
    port: 8080
    description: REST adapter for Redfin Stingray API — Valuation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/home/details/avmhistoricaldata
      name: api-home-details-avmhistoricaldata
      description: REST surface for api-home-details-avmHistoricalData.
      operations:
      - method: GET
        name: getavmhistoricaldata
        description: Get AVM historical valuation data
        call: stingray-valuation.getavmhistoricaldata
        with:
          type: rest.type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stingray-valuation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Redfin Stingray API — Valuation. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-avm-historical-valuation-data
      description: Get AVM historical valuation data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stingray-valuation.getavmhistoricaldata
      with:
        type: tools.type
      outputParameters:
      - type: object
        mapping: $.