Technology Standards · Capability

IETF Datatracker API — Liaisons

IETF Datatracker API — Liaisons. 1 operations. Lead operation: List liaison statements. Self-contained Naftiko capability covering one Technology Standards business surface.

Run with Naftiko Technology StandardsLiaisons

What You Can Do

GET
Listliaisons — List liaison statements
/v1/liaisons

MCP Tools

list-liaison-statements

List liaison statements

read-only idempotent

Capability Spec

technology-standards-liaisons.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IETF Datatracker API — Liaisons
  description: 'IETF Datatracker API — Liaisons. 1 operations. Lead operation: List liaison statements. Self-contained Naftiko
    capability covering one Technology Standards business surface.'
  tags:
  - Technology Standards
  - Liaisons
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TECHNOLOGY_STANDARDS_API_KEY: TECHNOLOGY_STANDARDS_API_KEY
capability:
  consumes:
  - type: http
    namespace: technology-standards-liaisons
    baseUri: https://datatracker.ietf.org/api/v1
    description: IETF Datatracker API — Liaisons business capability. Self-contained, no shared references.
    resources:
    - name: liaisons
      path: /liaisons/
      operations:
      - name: listliaisons
        method: GET
        description: List liaison statements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: technology-standards-liaisons-rest
    port: 8080
    description: REST adapter for IETF Datatracker API — Liaisons. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/liaisons
      name: liaisons
      description: REST surface for liaisons.
      operations:
      - method: GET
        name: listliaisons
        description: List liaison statements
        call: technology-standards-liaisons.listliaisons
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: technology-standards-liaisons-mcp
    port: 9090
    transport: http
    description: MCP adapter for IETF Datatracker API — Liaisons. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-liaison-statements
      description: List liaison statements
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: technology-standards-liaisons.listliaisons
      outputParameters:
      - type: object
        mapping: $.