Macrostrat · Capability

Macrostrat API — Cartography

Macrostrat API — Cartography. 1 operations. Lead operation: Geologic map creation. Self-contained Naftiko capability covering one Macrostrat business surface.

Run with Naftiko MacrostratCartography

What You Can Do

GET
Getcarto — Geologic map creation
/v1/carto

MCP Tools

geologic-map-creation

Geologic map creation

read-only idempotent

Capability Spec

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