The New York Times · Capability

The New York Times TimesTags API — Timestags

The New York Times TimesTags API — Timestags. 1 operations. Lead operation: Timestags. Self-contained Naftiko capability covering one The New York Times business surface.

Run with Naftiko The New York TimesTimestags

What You Can Do

GET
Get — get
/v1/timestags

MCP Tools

get

get

read-only idempotent

Capability Spec

new-york-times-times-tags-timestags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: The New York Times TimesTags API — Timestags
  description: 'The New York Times TimesTags API — Timestags. 1 operations. Lead operation: Timestags. Self-contained Naftiko
    capability covering one The New York Times business surface.'
  tags:
  - The New York Times
  - Timestags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    THE_NEW_YORK_TIMES_API_KEY: THE_NEW_YORK_TIMES_API_KEY
capability:
  consumes:
  - type: http
    namespace: new-york-times-times-tags-timestags
    baseUri: http://api.nytimes.com/svc/suggest/v1/timestags
    description: The New York Times TimesTags API — Timestags business capability. Self-contained, no shared references.
    resources:
    - name: timestags
      path: /timestags
      operations:
      - name: get
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: query
          in: query
          type: string
          description: Your search query
          required: true
        - name: filter
          in: query
          type: string
          description: 'If you do not specify a value for filter (see the Optional Parameters), your query will be matched
            to tags in all four Times dictionaries: subject, geographic l'
        - name: max
          in: query
          type: integer
          description: Sets the maximum number of results
    authentication:
      type: apikey
      key: api-key
      value: '{{env.THE_NEW_YORK_TIMES_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: new-york-times-times-tags-timestags-rest
    port: 8080
    description: REST adapter for The New York Times TimesTags API — Timestags. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/timestags
      name: timestags
      description: REST surface for timestags.
      operations:
      - method: GET
        name: get
        description: get
        call: new-york-times-times-tags-timestags.get
        with:
          query: rest.query
          filter: rest.filter
          max: rest.max
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: new-york-times-times-tags-timestags-mcp
    port: 9090
    transport: http
    description: MCP adapter for The New York Times TimesTags API — Timestags. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get
      description: get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: new-york-times-times-tags-timestags.get
      with:
        query: tools.query
        filter: tools.filter
        max: tools.max
      outputParameters:
      - type: object
        mapping: $.