naftiko: 1.0.0-alpha2 info: label: FactSet IRN Configuration API — Contact description: 'FactSet IRN Configuration API — Contact. 13 operations. Lead operation: Factset Get All the Contact Custom Fields. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Contact created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: irn-configuration-contact baseUri: https://api.factset.com/research/irn description: FactSet IRN Configuration API — Contact business capability. Self-contained, no shared references. resources: - name: v1-contact-custom-fields path: /v1/contact-custom-fields operations: - name: getcontactcustomfields method: GET description: Factset Get All the Contact Custom Fields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcontactcustomfield method: POST description: Factset Create a Contact Custom Field outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: v1-contact-custom-fields-contactCustomFieldId path: /v1/contact-custom-fields/{contactCustomFieldId} operations: - name: getcontactcustomfield method: GET description: Factset Get a Specific Contact Custom Field's Details outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactCustomFieldId in: path type: string description: contactCustomFieldId to get associated record required: true - name: patchcontactcustomfield method: PATCH description: Factset Edit a Contact Custom Field outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactCustomFieldId in: path type: string description: contactCustomFieldId to update associated record required: true - name: body in: body type: object description: Request body (JSON). required: false - name: deletecontactcustomfield method: DELETE description: Factset Delete a Contact Custom Field outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactCustomFieldId in: path type: string description: contactCustomFieldId to delete associated record required: true - name: v1-contact-roles path: /v1/contact-roles operations: - name: getcontactroles method: GET description: Factset Get List of the Contact Roles Configured in Your Group outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcontactrole method: POST description: Factset Create Contact Roles outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-contact-roles-contactRoleId path: /v1/contact-roles/{contactRoleId} operations: - name: updatecontactrole method: PUT description: Factset Edit a Contact Role outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactRoleId in: path type: string description: contactRoleId to update associated record required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletecontactrole method: DELETE description: Factset Delete a Contact Role outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactRoleId in: path type: string description: contactRoleId to delete associated record required: true - name: v1-contact-types path: /v1/contact-types operations: - name: getcontacttypes method: GET description: Factset Get List of the Contact Types Configured in Your Group outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcontacttype method: POST description: Factset Create Contact Types outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-contact-types-contactTypeId path: /v1/contact-types/{contactTypeId} operations: - name: updatecontacttype method: PUT description: Factset Edit a Contact Type outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactTypeId in: path type: string description: contactTypeId to update associated record required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletecontacttype method: DELETE description: Factset Delete a Contact Type outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contactTypeId in: path type: string description: contactTypeId to delete associated record required: true authentication: type: basic username: '{{env.FACTSET_USER}}' password: '{{env.FACTSET_PASS}}' exposes: - type: rest namespace: irn-configuration-contact-rest port: 8080 description: REST adapter for FactSet IRN Configuration API — Contact. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/contact-custom-fields name: v1-contact-custom-fields description: REST surface for v1-contact-custom-fields. operations: - method: GET name: getcontactcustomfields description: Factset Get All the Contact Custom Fields call: irn-configuration-contact.getcontactcustomfields outputParameters: - type: object mapping: $. - method: POST name: createcontactcustomfield description: Factset Create a Contact Custom Field call: irn-configuration-contact.createcontactcustomfield with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/contact-custom-fields/{contactcustomfieldid} name: v1-contact-custom-fields-contactcustomfieldid description: REST surface for v1-contact-custom-fields-contactCustomFieldId. operations: - method: GET name: getcontactcustomfield description: Factset Get a Specific Contact Custom Field's Details call: irn-configuration-contact.getcontactcustomfield with: contactCustomFieldId: rest.contactCustomFieldId outputParameters: - type: object mapping: $. - method: PATCH name: patchcontactcustomfield description: Factset Edit a Contact Custom Field call: irn-configuration-contact.patchcontactcustomfield with: contactCustomFieldId: rest.contactCustomFieldId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletecontactcustomfield description: Factset Delete a Contact Custom Field call: irn-configuration-contact.deletecontactcustomfield with: contactCustomFieldId: rest.contactCustomFieldId outputParameters: - type: object mapping: $. - path: /v1/v1/contact-roles name: v1-contact-roles description: REST surface for v1-contact-roles. operations: - method: GET name: getcontactroles description: Factset Get List of the Contact Roles Configured in Your Group call: irn-configuration-contact.getcontactroles outputParameters: - type: object mapping: $. - method: POST name: createcontactrole description: Factset Create Contact Roles call: irn-configuration-contact.createcontactrole with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/contact-roles/{contactroleid} name: v1-contact-roles-contactroleid description: REST surface for v1-contact-roles-contactRoleId. operations: - method: PUT name: updatecontactrole description: Factset Edit a Contact Role call: irn-configuration-contact.updatecontactrole with: contactRoleId: rest.contactRoleId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletecontactrole description: Factset Delete a Contact Role call: irn-configuration-contact.deletecontactrole with: contactRoleId: rest.contactRoleId outputParameters: - type: object mapping: $. - path: /v1/v1/contact-types name: v1-contact-types description: REST surface for v1-contact-types. operations: - method: GET name: getcontacttypes description: Factset Get List of the Contact Types Configured in Your Group call: irn-configuration-contact.getcontacttypes outputParameters: - type: object mapping: $. - method: POST name: createcontacttype description: Factset Create Contact Types call: irn-configuration-contact.createcontacttype with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/contact-types/{contacttypeid} name: v1-contact-types-contacttypeid description: REST surface for v1-contact-types-contactTypeId. operations: - method: PUT name: updatecontacttype description: Factset Edit a Contact Type call: irn-configuration-contact.updatecontacttype with: contactTypeId: rest.contactTypeId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletecontacttype description: Factset Delete a Contact Type call: irn-configuration-contact.deletecontacttype with: contactTypeId: rest.contactTypeId outputParameters: - type: object mapping: $. - type: mcp namespace: irn-configuration-contact-mcp port: 9090 transport: http description: MCP adapter for FactSet IRN Configuration API — Contact. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-get-all-contact-custom description: Factset Get All the Contact Custom Fields hints: readOnly: true destructive: false idempotent: true call: irn-configuration-contact.getcontactcustomfields outputParameters: - type: object mapping: $. - name: factset-create-contact-custom-field description: Factset Create a Contact Custom Field hints: readOnly: false destructive: false idempotent: false call: irn-configuration-contact.createcontactcustomfield with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-get-specific-contact-custom description: Factset Get a Specific Contact Custom Field's Details hints: readOnly: true destructive: false idempotent: true call: irn-configuration-contact.getcontactcustomfield with: contactCustomFieldId: tools.contactCustomFieldId outputParameters: - type: object mapping: $. - name: factset-edit-contact-custom-field description: Factset Edit a Contact Custom Field hints: readOnly: false destructive: false idempotent: true call: irn-configuration-contact.patchcontactcustomfield with: contactCustomFieldId: tools.contactCustomFieldId body: tools.body outputParameters: - type: object mapping: $. - name: factset-delete-contact-custom-field description: Factset Delete a Contact Custom Field hints: readOnly: false destructive: true idempotent: true call: irn-configuration-contact.deletecontactcustomfield with: contactCustomFieldId: tools.contactCustomFieldId outputParameters: - type: object mapping: $. - name: factset-get-list-contact-roles description: Factset Get List of the Contact Roles Configured in Your Group hints: readOnly: true destructive: false idempotent: true call: irn-configuration-contact.getcontactroles outputParameters: - type: object mapping: $. - name: factset-create-contact-roles description: Factset Create Contact Roles hints: readOnly: false destructive: false idempotent: false call: irn-configuration-contact.createcontactrole with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-edit-contact-role description: Factset Edit a Contact Role hints: readOnly: false destructive: false idempotent: true call: irn-configuration-contact.updatecontactrole with: contactRoleId: tools.contactRoleId body: tools.body outputParameters: - type: object mapping: $. - name: factset-delete-contact-role description: Factset Delete a Contact Role hints: readOnly: false destructive: true idempotent: true call: irn-configuration-contact.deletecontactrole with: contactRoleId: tools.contactRoleId outputParameters: - type: object mapping: $. - name: factset-get-list-contact-types description: Factset Get List of the Contact Types Configured in Your Group hints: readOnly: true destructive: false idempotent: true call: irn-configuration-contact.getcontacttypes outputParameters: - type: object mapping: $. - name: factset-create-contact-types description: Factset Create Contact Types hints: readOnly: false destructive: false idempotent: false call: irn-configuration-contact.createcontacttype with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-edit-contact-type description: Factset Edit a Contact Type hints: readOnly: false destructive: false idempotent: true call: irn-configuration-contact.updatecontacttype with: contactTypeId: tools.contactTypeId body: tools.body outputParameters: - type: object mapping: $. - name: factset-delete-contact-type description: Factset Delete a Contact Type hints: readOnly: false destructive: true idempotent: true call: irn-configuration-contact.deletecontacttype with: contactTypeId: tools.contactTypeId outputParameters: - type: object mapping: $.