Threads · Capability

Threads API — Read And Manage Threads > Read Replies Media Objects

Threads API — Read And Manage Threads > Read Replies Media Objects. 1 operations. Lead operation: Get a List of All a User's Replies. Self-contained Naftiko capability covering one Threads Api business surface.

Run with Naftiko Threads ApiRead And Manage Threads > Read Replies Media Objects

What You Can Do

GET
Get — Get a List of All a User's Replies
/v1/me/replies

MCP Tools

get-list-all-user-s-replies

Get a List of All a User's Replies

read-only idempotent

Capability Spec

threads-read-and-manage-threads-read-replies-media-objects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Threads API — Read And Manage Threads > Read Replies Media Objects
  description: 'Threads API — Read And Manage Threads > Read Replies Media Objects. 1 operations. Lead operation: Get a List
    of All a User''s Replies. Self-contained Naftiko capability covering one Threads Api business surface.'
  tags:
  - Threads Api
  - Read And Manage Threads > Read Replies 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-read-replies-media-objects
    baseUri: http://{{api_host}}
    description: Threads API — Read And Manage Threads > Read Replies Media Objects business capability. Self-contained, no
      shared references.
    resources:
    - name: me-replies
      path: /me/replies
      operations:
      - name: get
        method: GET
        description: Get a List of All a User's Replies
        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
  exposes:
  - type: rest
    namespace: threads-read-and-manage-threads-read-replies-media-objects-rest
    port: 8080
    description: REST adapter for Threads API — Read And Manage Threads > Read Replies Media Objects. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/me/replies
      name: me-replies
      description: REST surface for me-replies.
      operations:
      - method: GET
        name: get
        description: Get a List of All a User's Replies
        call: threads-read-and-manage-threads-read-replies-media-objects.get
        with:
          fields: rest.fields
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: threads-read-and-manage-threads-read-replies-media-objects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Threads API — Read And Manage Threads > Read Replies Media Objects. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-list-all-user-s-replies
      description: Get a List of All a User's Replies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: threads-read-and-manage-threads-read-replies-media-objects.get
      with:
        fields: tools.fields
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.