Technology Standards · Capability

IETF Datatracker API — Groups

IETF Datatracker API — Groups. 1 operations. Lead operation: List groups (working groups, areas, etc.). Self-contained Naftiko capability covering one Technology Standards business surface.

Run with Naftiko Technology StandardsGroups

What You Can Do

GET
Listgroups — List groups (working groups, areas, etc.)
/v1/group

MCP Tools

list-groups-working-groups-areas

List groups (working groups, areas, etc.)

read-only idempotent

Capability Spec

technology-standards-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IETF Datatracker API — Groups
  description: 'IETF Datatracker API — Groups. 1 operations. Lead operation: List groups (working groups, areas, etc.). Self-contained
    Naftiko capability covering one Technology Standards business surface.'
  tags:
  - Technology Standards
  - Groups
  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-groups
    baseUri: https://datatracker.ietf.org/api/v1
    description: IETF Datatracker API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: group
      path: /group/
      operations:
      - name: listgroups
        method: GET
        description: List groups (working groups, areas, etc.)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
        - name: offset
          in: query
          type: integer
  exposes:
  - type: rest
    namespace: technology-standards-groups-rest
    port: 8080
    description: REST adapter for IETF Datatracker API — Groups. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/group
      name: group
      description: REST surface for group.
      operations:
      - method: GET
        name: listgroups
        description: List groups (working groups, areas, etc.)
        call: technology-standards-groups.listgroups
        with:
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: technology-standards-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for IETF Datatracker API — Groups. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-groups-working-groups-areas
      description: List groups (working groups, areas, etc.)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: technology-standards-groups.listgroups
      with:
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.