Technology Standards · Capability

IETF Datatracker API — Stats

IETF Datatracker API — Stats. 1 operations. Lead operation: Statistics resources. Self-contained Naftiko capability covering one Technology Standards business surface.

Run with Naftiko Technology StandardsStats

What You Can Do

GET
Liststats — Statistics resources
/v1/stats

MCP Tools

statistics-resources

Statistics resources

read-only idempotent

Capability Spec

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