Box · Capability

Box Recent Items API — Recent Items

Box Recent Items API — Recent Items. 1 operations. Lead operation: Box List recently accessed items. Self-contained Naftiko capability covering one Box business surface.

Run with Naftiko BoxRecent Items

What You Can Do

GET
Getrecentitems — Box List recently accessed items
/v1/recent-items

MCP Tools

box-list-recently-accessed-items

Box List recently accessed items

read-only idempotent

Capability Spec

recent-items-recent-items.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Box Recent Items API — Recent Items
  description: 'Box Recent Items API — Recent Items. 1 operations. Lead operation: Box List recently accessed items. Self-contained
    Naftiko capability covering one Box business surface.'
  tags:
  - Box
  - Recent Items
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOX_API_KEY: BOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: recent-items-recent-items
    baseUri: ''
    description: Box Recent Items API — Recent Items business capability. Self-contained, no shared references.
    resources:
    - name: recent_items
      path: /recent_items
      operations:
      - name: getrecentitems
        method: GET
        description: Box List recently accessed items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: A comma-separated list of attributes to include in the
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return per page.
        - name: marker
          in: query
          type: string
          description: Defines the position marker at which to begin returning results. This is
  exposes:
  - type: rest
    namespace: recent-items-recent-items-rest
    port: 8080
    description: REST adapter for Box Recent Items API — Recent Items. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/recent-items
      name: recent-items
      description: REST surface for recent_items.
      operations:
      - method: GET
        name: getrecentitems
        description: Box List recently accessed items
        call: recent-items-recent-items.getrecentitems
        with:
          fields: rest.fields
          limit: rest.limit
          marker: rest.marker
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: recent-items-recent-items-mcp
    port: 9090
    transport: http
    description: MCP adapter for Box Recent Items API — Recent Items. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: box-list-recently-accessed-items
      description: Box List recently accessed items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recent-items-recent-items.getrecentitems
      with:
        fields: tools.fields
        limit: tools.limit
        marker: tools.marker
      outputParameters:
      - type: object
        mapping: $.