Factset · Capability

FactSet IRN Meetings API — Attachments

FactSet IRN Meetings API — Attachments. 7 operations. Lead operation: Factset Get All the Attachments Belonging to a Meeting. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAttachments

What You Can Do

GET
Getattachments — Factset Get All the Attachments Belonging to a Meeting
/v1/v1/meetings/{meetingid}/attachments
POST
Createattachment — Factset Create an Attachment for a Existing Meeting
/v1/v1/meetings/{meetingid}/attachments
DELETE
Softdeletemeetingattachment — Factset Delete Attachment From Meeting
/v1/v1/meetings/{meetingid}/attachments/{attachmentid}
GET
Downloadattachment — Factset Download an Attachment From a Meeting
/v1/v1/meetings/{meetingid}/attachments/{attachmentid}/download
GET
Getcommentattachments — Factset Get Attachments Summary of a Comment Belonging to a Meeting
/v1/v1/meetings/{meetingid}/comments/{commentid}/attachments
POST
Createcommentattachment — Factset Create a Comment Attachment to a Meeting
/v1/v1/meetings/{meetingid}/comments/{commentid}/attachments
GET
Downloadcommentattachmentforcomment — Factset Download Single Attachment Detail of a Comment Belonging to a Meeting
/v1/v1/meetings/{meetingid}/comments/{commentid}/attachments/{attachmentid}/download

MCP Tools

factset-get-all-attachments-belonging

Factset Get All the Attachments Belonging to a Meeting

read-only idempotent
factset-create-attachment-existing-meeting

Factset Create an Attachment for a Existing Meeting

factset-delete-attachment-meeting

Factset Delete Attachment From Meeting

idempotent
factset-download-attachment-meeting

Factset Download an Attachment From a Meeting

read-only idempotent
factset-get-attachments-summary-comment

Factset Get Attachments Summary of a Comment Belonging to a Meeting

read-only idempotent
factset-create-comment-attachment-meeting

Factset Create a Comment Attachment to a Meeting

factset-download-single-attachment-detail

Factset Download Single Attachment Detail of a Comment Belonging to a Meeting

read-only idempotent

Capability Spec

irn-meetings-attachments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Meetings API — Attachments
  description: 'FactSet IRN Meetings API — Attachments. 7 operations. Lead operation: Factset Get All the Attachments Belonging
    to a Meeting. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Attachments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: irn-meetings-attachments
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Meetings API — Attachments business capability. Self-contained, no shared references.
    resources:
    - name: v1-meetings-meetingId-attachments
      path: /v1/meetings/{meetingId}/attachments
      operations:
      - name: getattachments
        method: GET
        description: Factset Get All the Attachments Belonging to a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          description: Meeting Id
          required: true
      - name: createattachment
        method: POST
        description: Factset Create an Attachment for a Existing Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          description: Meeting Id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-meetings-meetingId-attachments-attachmentId
      path: /v1/meetings/{meetingId}/attachments/{attachmentId}
      operations:
      - name: softdeletemeetingattachment
        method: DELETE
        description: Factset Delete Attachment From Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          description: Meeting Id
          required: true
        - name: attachmentId
          in: path
          type: string
          description: Attachment Id
          required: true
    - name: v1-meetings-meetingId-attachments-attachmentId-download
      path: /v1/meetings/{meetingId}/attachments/{attachmentId}/download
      operations:
      - name: downloadattachment
        method: GET
        description: Factset Download an Attachment From a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          required: true
        - name: attachmentId
          in: path
          type: string
          required: true
    - name: v1-meetings-meetingId-comments-commentId-attachments
      path: /v1/meetings/{meetingId}/comments/{commentId}/attachments
      operations:
      - name: getcommentattachments
        method: GET
        description: Factset Get Attachments Summary of a Comment Belonging to a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          required: true
        - name: commentId
          in: path
          type: string
          required: true
      - name: createcommentattachment
        method: POST
        description: Factset Create a Comment Attachment to a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          required: true
        - name: commentId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-meetings-meetingId-comments-commentId-attachments-attachmentId-download
      path: /v1/meetings/{meetingId}/comments/{commentId}/attachments/{attachmentId}/download
      operations:
      - name: downloadcommentattachmentforcomment
        method: GET
        description: Factset Download Single Attachment Detail of a Comment Belonging to a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          required: true
        - name: commentId
          in: path
          type: string
          required: true
        - name: attachmentId
          in: path
          type: string
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-meetings-attachments-rest
    port: 8080
    description: REST adapter for FactSet IRN Meetings API — Attachments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/meetings/{meetingid}/attachments
      name: v1-meetings-meetingid-attachments
      description: REST surface for v1-meetings-meetingId-attachments.
      operations:
      - method: GET
        name: getattachments
        description: Factset Get All the Attachments Belonging to a Meeting
        call: irn-meetings-attachments.getattachments
        with:
          meetingId: rest.meetingId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createattachment
        description: Factset Create an Attachment for a Existing Meeting
        call: irn-meetings-attachments.createattachment
        with:
          meetingId: rest.meetingId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/meetings/{meetingid}/attachments/{attachmentid}
      name: v1-meetings-meetingid-attachments-attachmentid
      description: REST surface for v1-meetings-meetingId-attachments-attachmentId.
      operations:
      - method: DELETE
        name: softdeletemeetingattachment
        description: Factset Delete Attachment From Meeting
        call: irn-meetings-attachments.softdeletemeetingattachment
        with:
          meetingId: rest.meetingId
          attachmentId: rest.attachmentId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/meetings/{meetingid}/attachments/{attachmentid}/download
      name: v1-meetings-meetingid-attachments-attachmentid-download
      description: REST surface for v1-meetings-meetingId-attachments-attachmentId-download.
      operations:
      - method: GET
        name: downloadattachment
        description: Factset Download an Attachment From a Meeting
        call: irn-meetings-attachments.downloadattachment
        with:
          meetingId: rest.meetingId
          attachmentId: rest.attachmentId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/meetings/{meetingid}/comments/{commentid}/attachments
      name: v1-meetings-meetingid-comments-commentid-attachments
      description: REST surface for v1-meetings-meetingId-comments-commentId-attachments.
      operations:
      - method: GET
        name: getcommentattachments
        description: Factset Get Attachments Summary of a Comment Belonging to a Meeting
        call: irn-meetings-attachments.getcommentattachments
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcommentattachment
        description: Factset Create a Comment Attachment to a Meeting
        call: irn-meetings-attachments.createcommentattachment
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/meetings/{meetingid}/comments/{commentid}/attachments/{attachmentid}/download
      name: v1-meetings-meetingid-comments-commentid-attachments-attachmentid-download
      description: REST surface for v1-meetings-meetingId-comments-commentId-attachments-attachmentId-download.
      operations:
      - method: GET
        name: downloadcommentattachmentforcomment
        description: Factset Download Single Attachment Detail of a Comment Belonging to a Meeting
        call: irn-meetings-attachments.downloadcommentattachmentforcomment
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
          attachmentId: rest.attachmentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-meetings-attachments-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Meetings API — Attachments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-all-attachments-belonging
      description: Factset Get All the Attachments Belonging to a Meeting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-meetings-attachments.getattachments
      with:
        meetingId: tools.meetingId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-attachment-existing-meeting
      description: Factset Create an Attachment for a Existing Meeting
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-meetings-attachments.createattachment
      with:
        meetingId: tools.meetingId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-attachment-meeting
      description: Factset Delete Attachment From Meeting
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-meetings-attachments.softdeletemeetingattachment
      with:
        meetingId: tools.meetingId
        attachmentId: tools.attachmentId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-download-attachment-meeting
      description: Factset Download an Attachment From a Meeting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-meetings-attachments.downloadattachment
      with:
        meetingId: tools.meetingId
        attachmentId: tools.attachmentId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-attachments-summary-comment
      description: Factset Get Attachments Summary of a Comment Belonging to a Meeting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-meetings-attachments.getcommentattachments
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-comment-attachment-meeting
      description: Factset Create a Comment Attachment to a Meeting
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-meetings-attachments.createcommentattachment
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-download-single-attachment-detail
      description: Factset Download Single Attachment Detail of a Comment Belonging to a Meeting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-meetings-attachments.downloadcommentattachmentforcomment
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
        attachmentId: tools.attachmentId
      outputParameters:
      - type: object
        mapping: $.