naftiko: 1.0.0-alpha2 info: label: Box Platform API — Recent Items description: 'Box Platform 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: box-recent-items baseUri: https://api.box.com/2.0 description: Box Platform 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 authentication: type: bearer token: '{{env.BOX_API_KEY}}' exposes: - type: rest namespace: box-recent-items-rest port: 8080 description: REST adapter for Box Platform 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: box-recent-items.getrecentitems with: fields: rest.fields limit: rest.limit marker: rest.marker outputParameters: - type: object mapping: $. - type: mcp namespace: box-recent-items-mcp port: 9090 transport: http description: MCP adapter for Box Platform 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: box-recent-items.getrecentitems with: fields: tools.fields limit: tools.limit marker: tools.marker outputParameters: - type: object mapping: $.