Threads · Capability

Threads API — Read And Manage Threads > Retrieve Threads Profiles

Threads API — Read And Manage Threads > Retrieve Threads Profiles. 1 operations. Lead operation: Get Threads User's Profile Information. Self-contained Naftiko capability covering one Threads Api business surface.

Run with Naftiko Threads ApiRead And Manage Threads > Retrieve Threads Profiles

What You Can Do

GET
Get — Get Threads User's Profile Information
/v1/me

MCP Tools

get-threads-user-s-profile-information

Get Threads User's Profile Information

read-only idempotent

Capability Spec

threads-read-and-manage-threads-retrieve-threads-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Threads API — Read And Manage Threads > Retrieve Threads Profiles
  description: 'Threads API — Read And Manage Threads > Retrieve Threads Profiles. 1 operations. Lead operation: Get Threads
    User''s Profile Information. Self-contained Naftiko capability covering one Threads Api business surface.'
  tags:
  - Threads Api
  - Read And Manage Threads > Retrieve Threads Profiles
  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-profiles
    baseUri: http://{{api_host}}
    description: Threads API — Read And Manage Threads > Retrieve Threads Profiles business capability. Self-contained, no
      shared references.
    resources:
    - name: me
      path: /me
      operations:
      - name: get
        method: GET
        description: Get Threads User's Profile Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: 'id: Threads user ID. This is returned by default.'
  exposes:
  - type: rest
    namespace: threads-read-and-manage-threads-retrieve-threads-profiles-rest
    port: 8080
    description: REST adapter for Threads API — Read And Manage Threads > Retrieve Threads Profiles. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/me
      name: me
      description: REST surface for me.
      operations:
      - method: GET
        name: get
        description: Get Threads User's Profile Information
        call: threads-read-and-manage-threads-retrieve-threads-profiles.get
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: threads-read-and-manage-threads-retrieve-threads-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Threads API — Read And Manage Threads > Retrieve Threads Profiles. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-threads-user-s-profile-information
      description: Get Threads User's Profile Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: threads-read-and-manage-threads-retrieve-threads-profiles.get
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.