ATTOM · Capability

ATTOM Property API — School

ATTOM School — school and school-district assignments for a property. Self-contained Naftiko capability covering one ATTOM business surface.

ATTOM Property API — School is a Naftiko capability published by ATTOM, one of 11 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the GET method.

The capability includes 2 read-only operations. Lead operation: ATTOM Get School Snapshot. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include ATTOM, School, and Education.

Run with Naftiko ATTOMSchoolEducation

What You Can Do

GET
Getschoolsnapshot — ATTOM Get School Snapshot
/v1/school/snapshot
GET
Getpropertydetailwithschools — ATTOM Get Property Detail With Schools
/v1/property/detailwithschools

MCP Tools

attom-get-school-snapshot

ATTOM Get School Snapshot

read-only idempotent
attom-get-property-detail-with-schools

ATTOM Get Property Detail With Schools

read-only idempotent

Capability Spec

property-school.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ATTOM Property API — School
  description: 'ATTOM School — school and school-district assignments for a property. Self-contained Naftiko
    capability covering one ATTOM business surface.'
  tags:
  - ATTOM
  - School
  - Education
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    ATTOM_API_KEY: ATTOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: property-school
    baseUri: https://api.gateway.attomdata.com
    description: ATTOM Property — School business capability.
    resources:
    - name: school-snapshot
      path: /propertyapi/v1.0.0/school/snapshot
      operations:
      - name: getschoolsnapshot
        method: GET
        description: ATTOM Get School Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: AttomID
          in: query
          type: string
          required: false
        - name: address
          in: query
          type: string
          required: false
    - name: property-detail-with-schools
      path: /propertyapi/v1.0.0/property/detailwithschools
      operations:
      - name: getpropertydetailwithschools
        method: GET
        description: ATTOM Get Property Detail With Schools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: AttomID
          in: query
          type: string
          required: false
        - name: address
          in: query
          type: string
          required: false
    authentication:
      type: apikey
      key: apikey
      value: '{{env.ATTOM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: property-school-rest
    port: 8080
    description: REST adapter for ATTOM Property — School.
    resources:
    - path: /v1/school/snapshot
      name: school-snapshot
      operations:
      - method: GET
        name: getschoolsnapshot
        description: ATTOM Get School Snapshot
        call: property-school.getschoolsnapshot
        with:
          AttomID: rest.query.AttomID
          address: rest.query.address
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/property/detailwithschools
      name: property-detail-with-schools
      operations:
      - method: GET
        name: getpropertydetailwithschools
        description: ATTOM Get Property Detail With Schools
        call: property-school.getpropertydetailwithschools
        with:
          AttomID: rest.query.AttomID
          address: rest.query.address
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: property-school-mcp
    port: 9090
    transport: http
    description: MCP adapter for ATTOM Property — School.
    tools:
    - name: attom-get-school-snapshot
      description: ATTOM Get School Snapshot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: property-school.getschoolsnapshot
      with:
        AttomID: tools.AttomID
        address: tools.address
      outputParameters:
      - type: object
        mapping: $.
    - name: attom-get-property-detail-with-schools
      description: ATTOM Get Property Detail With Schools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: property-school.getpropertydetailwithschools
      with:
        AttomID: tools.AttomID
        address: tools.address
      outputParameters:
      - type: object
        mapping: $.