naftiko: 1.0.0-alpha2 info: label: FactSet IRN Meetings API — Attachment description: 'FactSet IRN Meetings API — Attachment. 3 operations. Lead operation: Factset Delete Attachment From Meeting. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Attachment 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-attachment baseUri: https://api.factset.com/research/irn description: FactSet IRN Meetings API — Attachment business capability. Self-contained, no shared references. resources: - 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-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-attachment-rest port: 8080 description: REST adapter for FactSet IRN Meetings API — Attachment. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - 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-attachment.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-attachment.downloadattachment with: meetingId: rest.meetingId attachmentId: rest.attachmentId 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-attachment.downloadcommentattachmentforcomment with: meetingId: rest.meetingId commentId: rest.commentId attachmentId: rest.attachmentId outputParameters: - type: object mapping: $. - type: mcp namespace: irn-meetings-attachment-mcp port: 9090 transport: http description: MCP adapter for FactSet IRN Meetings API — Attachment. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-delete-attachment-meeting description: Factset Delete Attachment From Meeting hints: readOnly: false destructive: true idempotent: true call: irn-meetings-attachment.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-attachment.downloadattachment with: meetingId: tools.meetingId attachmentId: tools.attachmentId 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-attachment.downloadcommentattachmentforcomment with: meetingId: tools.meetingId commentId: tools.commentId attachmentId: tools.attachmentId outputParameters: - type: object mapping: $.