dev-to · Capability

Dev.to Forem API

Dev.to Forem API. 1 operations. Lead operation: Tags. Self-contained Naftiko capability covering one Dev To business surface.

Run with Naftiko Dev To

What You Can Do

GET
Gettags — Tags
/v1/tags

MCP Tools

tags

Tags

read-only idempotent

Capability Spec

forem-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dev.to Forem API
  description: 'Dev.to Forem API. 1 operations. Lead operation: Tags. Self-contained Naftiko capability covering one Dev To
    business surface.'
  tags:
  - Dev To
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEV_TO_API_KEY: DEV_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: forem-general
    baseUri: https://dev.to/api
    description: Dev.to Forem API business capability. Self-contained, no shared references.
    resources:
    - name: tags
      path: /tags
      operations:
      - name: gettags
        method: GET
        description: Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api-key
      value: '{{env.DEV_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: forem-general-rest
    port: 8080
    description: REST adapter for Dev.to Forem API. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/tags
      name: tags
      description: REST surface for tags.
      operations:
      - method: GET
        name: gettags
        description: Tags
        call: forem-general.gettags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: forem-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dev.to Forem API. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: tags
      description: Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: forem-general.gettags
      outputParameters:
      - type: object
        mapping: $.