RealEstateAPI · Capability

RealEstateAPI — Property Detail

RealEstateAPI — Property Detail. 1 operations. Lead operation: Get a detailed property record. Self-contained Naftiko capability covering one Realestateapi business surface.

Run with Naftiko RealestateapiProperty Detail

What You Can Do

POST
Post — Get a detailed property record
/v1/v2/propertydetail

MCP Tools

get-detailed-property-record

Get a detailed property record

read-only

Capability Spec

realestateapi-property-detail.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RealEstateAPI — Property Detail
  description: 'RealEstateAPI — Property Detail. 1 operations. Lead operation: Get a detailed property record. Self-contained
    Naftiko capability covering one Realestateapi business surface.'
  tags:
  - Realestateapi
  - Property Detail
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REALESTATEAPI_API_KEY: REALESTATEAPI_API_KEY
capability:
  consumes:
  - type: http
    namespace: realestateapi-property-detail
    baseUri: https://api.realestateapi.com
    description: RealEstateAPI — Property Detail business capability. Self-contained, no shared references.
    resources:
    - name: v2-PropertyDetail
      path: /v2/PropertyDetail
      operations:
      - name: post
        method: POST
        description: Get a detailed property record
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.REALESTATEAPI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: realestateapi-property-detail-rest
    port: 8080
    description: REST adapter for RealEstateAPI — Property Detail. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/propertydetail
      name: v2-propertydetail
      description: REST surface for v2-PropertyDetail.
      operations:
      - method: POST
        name: post
        description: Get a detailed property record
        call: realestateapi-property-detail.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: realestateapi-property-detail-mcp
    port: 9090
    transport: http
    description: MCP adapter for RealEstateAPI — Property Detail. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-detailed-property-record
      description: Get a detailed property record
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: realestateapi-property-detail.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.