Assembled · Capability

Assembled Assist API — Conversations

Assembled Assist API — Conversations. AI-assisted conversation history and handoffs.

Assembled Assist API — Conversations is a Naftiko capability published by Assembled, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 2 operations.

The capability includes 2 read-only operations. Lead operation: Assembled List Assist Conversations. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Assembled, Assist, and Conversations.

Run with Naftiko AssembledAssistConversations

MCP Tools

assembled-list-assist-conversations

Assembled List Assist Conversations

read-only idempotent
assembled-get-assist-conversation-handoff

Assembled Get Assist Conversation Handoff

read-only idempotent

Capability Spec

assist-conversations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Assembled Assist API — Conversations
  description: 'Assembled Assist API — Conversations. AI-assisted conversation history and handoffs.'
  tags: [Assembled, Assist, Conversations]
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      ASSEMBLED_API_KEY: ASSEMBLED_API_KEY
capability:
  consumes:
    - type: http
      namespace: assist-conversations
      baseUri: https://api.assembledhq.com
      description: Assembled Assist Conversations capability.
      resources:
        - name: v0-assist-conversations
          path: /v0/assist/conversations
          operations:
            - { name: listassistconversations, method: GET, description: Assembled List Assist Conversations, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
        - name: v0-assist-conversations-id-handoff
          path: /v0/assist/conversations/{id}/handoff
          operations:
            - { name: getassistconversationhandoff, method: GET, description: Assembled Get Assist Conversation Handoff, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
      authentication:
        type: basic
        username: '{{env.ASSEMBLED_API_KEY}}'
        password: ''
  exposes:
    - type: mcp
      namespace: assist-conversations-mcp
      port: 9090
      transport: http
      description: MCP adapter for Assembled Assist Conversations.
      tools:
        - { name: assembled-list-assist-conversations, description: Assembled List Assist Conversations, hints: { readOnly: true, destructive: false, idempotent: true }, call: assist-conversations.listassistconversations, outputParameters: [{ type: object, mapping: $. }] }
        - { name: assembled-get-assist-conversation-handoff, description: Assembled Get Assist Conversation Handoff, hints: { readOnly: true, destructive: false, idempotent: true }, call: assist-conversations.getassistconversationhandoff, outputParameters: [{ type: object, mapping: $. }] }