Macrostrat · Capability

Macrostrat API — Paleogeography

Macrostrat API — Paleogeography. 1 operations. Lead operation: Get paleogeography reconstructions. Self-contained Naftiko capability covering one Macrostrat business surface.

Run with Naftiko MacrostratPaleogeography

What You Can Do

GET
Getpaleogeography — Get paleogeography reconstructions
/v1/paleogeography

MCP Tools

get-paleogeography-reconstructions

Get paleogeography reconstructions

read-only idempotent

Capability Spec

macrostrat-paleogeography.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Macrostrat API — Paleogeography
  description: 'Macrostrat API — Paleogeography. 1 operations. Lead operation: Get paleogeography reconstructions. Self-contained
    Naftiko capability covering one Macrostrat business surface.'
  tags:
  - Macrostrat
  - Paleogeography
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MACROSTRAT_API_KEY: MACROSTRAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: macrostrat-paleogeography
    baseUri: https://macrostrat.org/api/v2
    description: Macrostrat API — Paleogeography business capability. Self-contained, no shared references.
    resources:
    - name: paleogeography
      path: /paleogeography
      operations:
      - name: getpaleogeography
        method: GET
        description: Get paleogeography reconstructions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: age
          in: query
          type: number
  exposes:
  - type: rest
    namespace: macrostrat-paleogeography-rest
    port: 8080
    description: REST adapter for Macrostrat API — Paleogeography. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/paleogeography
      name: paleogeography
      description: REST surface for paleogeography.
      operations:
      - method: GET
        name: getpaleogeography
        description: Get paleogeography reconstructions
        call: macrostrat-paleogeography.getpaleogeography
        with:
          age: rest.age
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: macrostrat-paleogeography-mcp
    port: 9090
    transport: http
    description: MCP adapter for Macrostrat API — Paleogeography. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-paleogeography-reconstructions
      description: Get paleogeography reconstructions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: macrostrat-paleogeography.getpaleogeography
      with:
        age: tools.age
      outputParameters:
      - type: object
        mapping: $.