Factset · Capability

FactSet IRN Meetings API — Comments

FactSet IRN Meetings API — Comments. 8 operations. Lead operation: Factset Get All Comments for a Meeting. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetComments

What You Can Do

GET
Getcomments — Factset Get All Comments for a Meeting
/v1/v1/meetings/{meetingid}/comments
POST
Createcomment — Factset Create a Comment to a Meeting
/v1/v1/meetings/{meetingid}/comments
GET
Getcomment — Factset Get Details of a Comment Belonging to a Meeting
/v1/v1/meetings/{meetingid}/comments/{commentid}
PATCH
Patchcomment — Factset Edit a Comment for a Meeting
/v1/v1/meetings/{meetingid}/comments/{commentid}
DELETE
Deletecomment — Factset Delete a Comment From a Meeting
/v1/v1/meetings/{meetingid}/comments/{commentid}
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-comments-meeting

Factset Get All Comments for a Meeting

read-only idempotent
factset-create-comment-meeting

Factset Create a Comment to a Meeting

factset-get-details-comment-belonging

Factset Get Details of a Comment Belonging to a Meeting

read-only idempotent
factset-edit-comment-meeting

Factset Edit a Comment for a Meeting

idempotent
factset-delete-comment-meeting

Factset Delete a Comment From a Meeting

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-comments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Meetings API — Comments
  description: 'FactSet IRN Meetings API — Comments. 8 operations. Lead operation: Factset Get All Comments for a Meeting.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Comments
  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-comments
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Meetings API — Comments business capability. Self-contained, no shared references.
    resources:
    - name: v1-meetings-meetingId-comments
      path: /v1/meetings/{meetingId}/comments
      operations:
      - name: getcomments
        method: GET
        description: Factset Get All Comments for a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          required: true
      - name: createcomment
        method: POST
        description: Factset Create a Comment to a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: meetingId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-meetings-meetingId-comments-commentId
      path: /v1/meetings/{meetingId}/comments/{commentId}
      operations:
      - name: getcomment
        method: GET
        description: Factset Get Details 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: patchcomment
        method: PATCH
        description: Factset Edit a Comment for 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: deletecomment
        method: DELETE
        description: Factset Delete a Comment From 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: 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-comments-rest
    port: 8080
    description: REST adapter for FactSet IRN Meetings API — Comments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/meetings/{meetingid}/comments
      name: v1-meetings-meetingid-comments
      description: REST surface for v1-meetings-meetingId-comments.
      operations:
      - method: GET
        name: getcomments
        description: Factset Get All Comments for a Meeting
        call: irn-meetings-comments.getcomments
        with:
          meetingId: rest.meetingId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcomment
        description: Factset Create a Comment to a Meeting
        call: irn-meetings-comments.createcomment
        with:
          meetingId: rest.meetingId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/meetings/{meetingid}/comments/{commentid}
      name: v1-meetings-meetingid-comments-commentid
      description: REST surface for v1-meetings-meetingId-comments-commentId.
      operations:
      - method: GET
        name: getcomment
        description: Factset Get Details of a Comment Belonging to a Meeting
        call: irn-meetings-comments.getcomment
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcomment
        description: Factset Edit a Comment for a Meeting
        call: irn-meetings-comments.patchcomment
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecomment
        description: Factset Delete a Comment From a Meeting
        call: irn-meetings-comments.deletecomment
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
        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-comments.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-comments.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-comments.downloadcommentattachmentforcomment
        with:
          meetingId: rest.meetingId
          commentId: rest.commentId
          attachmentId: rest.attachmentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-meetings-comments-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Meetings API — Comments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-all-comments-meeting
      description: Factset Get All Comments for a Meeting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-meetings-comments.getcomments
      with:
        meetingId: tools.meetingId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-comment-meeting
      description: Factset Create a Comment to a Meeting
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-meetings-comments.createcomment
      with:
        meetingId: tools.meetingId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-details-comment-belonging
      description: Factset Get Details of a Comment Belonging to a Meeting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-meetings-comments.getcomment
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-edit-comment-meeting
      description: Factset Edit a Comment for a Meeting
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-meetings-comments.patchcomment
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-comment-meeting
      description: Factset Delete a Comment From a Meeting
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-meetings-comments.deletecomment
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
      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-comments.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-comments.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-comments.downloadcommentattachmentforcomment
      with:
        meetingId: tools.meetingId
        commentId: tools.commentId
        attachmentId: tools.attachmentId
      outputParameters:
      - type: object
        mapping: $.