naftiko: 1.0.0-alpha2 info: label: Threads API — Read And Manage Threads > Retrieve Threads Media Objects description: 'Threads API — Read And Manage Threads > Retrieve Threads Media Objects. 2 operations. Lead operation: Get a List of All a User''s Threads. Self-contained Naftiko capability covering one Threads Api business surface.' tags: - Threads Api - Read And Manage Threads > Retrieve Threads Media Objects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: THREADS_API_API_KEY: THREADS_API_API_KEY capability: consumes: - type: http namespace: threads-read-and-manage-threads-retrieve-threads-media-objects baseUri: http://{{api_host}} description: Threads API — Read And Manage Threads > Retrieve Threads Media Objects business capability. Self-contained, no shared references. resources: - name: me-threads path: /me/threads operations: - name: get method: GET description: Get a List of All a User's Threads outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: string description: 'id (default): The media''s ID.' - name: limit in: query type: integer description: Query string parameter representing the maximum number of media objects or records to return - name: thread_id path: /{thread_id} operations: - name: get method: GET description: Get Threads Post Details outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: string description: 'id (default): The media''s ID.' - name: thread_id in: path type: string required: true exposes: - type: rest namespace: threads-read-and-manage-threads-retrieve-threads-media-objects-rest port: 8080 description: REST adapter for Threads API — Read And Manage Threads > Retrieve Threads Media Objects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/me/threads name: me-threads description: REST surface for me-threads. operations: - method: GET name: get description: Get a List of All a User's Threads call: threads-read-and-manage-threads-retrieve-threads-media-objects.get with: fields: rest.fields limit: rest.limit outputParameters: - type: object mapping: $. - path: /v1/{thread-id} name: thread-id description: REST surface for thread_id. operations: - method: GET name: get description: Get Threads Post Details call: threads-read-and-manage-threads-retrieve-threads-media-objects.get with: fields: rest.fields thread_id: rest.thread_id outputParameters: - type: object mapping: $. - type: mcp namespace: threads-read-and-manage-threads-retrieve-threads-media-objects-mcp port: 9090 transport: http description: MCP adapter for Threads API — Read And Manage Threads > Retrieve Threads Media Objects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-list-all-user-s-threads description: Get a List of All a User's Threads hints: readOnly: true destructive: false idempotent: true call: threads-read-and-manage-threads-retrieve-threads-media-objects.get with: fields: tools.fields limit: tools.limit outputParameters: - type: object mapping: $. - name: get-threads-post-details description: Get Threads Post Details hints: readOnly: true destructive: false idempotent: true call: threads-read-and-manage-threads-retrieve-threads-media-objects.get with: fields: tools.fields thread_id: tools.thread_id outputParameters: - type: object mapping: $.