Factset · Capability

FactSet IRN Configuration API — Types

FactSet IRN Configuration API — Types. 15 operations. Lead operation: Factset Get List of the Contact Types Configured in Your Group. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTypes

What You Can Do

GET
Getcontacttypes — Factset Get List of the Contact Types Configured in Your Group
/v1/v1/contact-types
POST
Createcontacttype — Factset Create Contact Types
/v1/v1/contact-types
PUT
Updatecontacttype — Factset Edit a Contact Type
/v1/v1/contact-types/{contacttypeid}
DELETE
Deletecontacttype — Factset Delete a Contact Type
/v1/v1/contact-types/{contacttypeid}
GET
Getcustomsymboltypes — Factset Get All the Custom Symbol Types
/v1/v1/custom-symbol-types
POST
Createcustomsymboltype — Factset Create a Custom Symbol Type
/v1/v1/custom-symbol-types
POST
Updatecustomsymboltypeorder — updatecustomsymboltypeorder
/v1/v1/custom-symbol-types/reorder
GET
Getcustomsymboltype — Factset Get a Specific Custom Symbol Type's Details
/v1/v1/custom-symbol-types/{customsymboltypeid}
PUT
Updatecustomsymboltype — Factset Edit a Custom Symbol Type
/v1/v1/custom-symbol-types/{customsymboltypeid}
DELETE
Deletecustomsymboltypeasync — Factset Delete a Custom Symbol Type
/v1/v1/custom-symbol-types/{customsymboltypeid}
GET
Getsymbolcustomfieldsforcustomsymboltype — Factset Get Custom Fields for Custom Symbol Type
/v1/v1/custom-symbol-types/{customsymboltypeid}/custom-fields
GET
Getphonenumbertypes — Factset Get List of the Phone Types Configured in Your Group
/v1/v1/phone-number-types
POST
Createphonenumbertype — Factset Create a Phone Type
/v1/v1/phone-number-types
PUT
Updatephonenumbertype — Factset Edit a Phone Type
/v1/v1/phone-number-types/{phonenumbertypeid}
DELETE
Deletephonenumbertype — Factset Delete a Phone Type
/v1/v1/phone-number-types/{phonenumbertypeid}

MCP Tools

factset-get-list-contact-types

Factset Get List of the Contact Types Configured in Your Group

read-only idempotent
factset-create-contact-types

Factset Create Contact Types

factset-edit-contact-type

Factset Edit a Contact Type

idempotent
factset-delete-contact-type

Factset Delete a Contact Type

idempotent
factset-get-all-custom-symbol

Factset Get All the Custom Symbol Types

read-only idempotent
factset-create-custom-symbol-type

Factset Create a Custom Symbol Type

updatecustomsymboltypeorder

updatecustomsymboltypeorder

factset-get-specific-custom-symbol

Factset Get a Specific Custom Symbol Type's Details

read-only idempotent
factset-edit-custom-symbol-type

Factset Edit a Custom Symbol Type

idempotent
factset-delete-custom-symbol-type

Factset Delete a Custom Symbol Type

idempotent
factset-get-custom-fields-custom

Factset Get Custom Fields for Custom Symbol Type

read-only idempotent
factset-get-list-phone-types

Factset Get List of the Phone Types Configured in Your Group

read-only idempotent
factset-create-phone-type

Factset Create a Phone Type

factset-edit-phone-type

Factset Edit a Phone Type

idempotent
factset-delete-phone-type

Factset Delete a Phone Type

idempotent

Capability Spec

irn-configuration-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Configuration API — Types
  description: 'FactSet IRN Configuration API — Types. 15 operations. Lead operation: Factset Get List of the Contact Types
    Configured in Your Group. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Types
  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-types
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Configuration API — Types business capability. Self-contained, no shared references.
    resources:
    - 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
    - name: v1-custom-symbol-types
      path: /v1/custom-symbol-types
      operations:
      - name: getcustomsymboltypes
        method: GET
        description: Factset Get All the Custom Symbol Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcustomsymboltype
        method: POST
        description: Factset Create a Custom Symbol Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-custom-symbol-types-reorder
      path: /v1/custom-symbol-types/reorder
      operations:
      - name: updatecustomsymboltypeorder
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-custom-symbol-types-customSymbolTypeId
      path: /v1/custom-symbol-types/{customSymbolTypeId}
      operations:
      - name: getcustomsymboltype
        method: GET
        description: Factset Get a Specific Custom Symbol Type's Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolTypeId
          in: path
          type: string
          description: customSymbolTypeId to get associated record
          required: true
      - name: updatecustomsymboltype
        method: PUT
        description: Factset Edit a Custom Symbol Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolTypeId
          in: path
          type: string
          description: customSymbolTypeId to update associated record
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecustomsymboltypeasync
        method: DELETE
        description: Factset Delete a Custom Symbol Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolTypeId
          in: path
          type: string
          description: customSymbolTypeId to delete associated record
          required: true
    - name: v1-custom-symbol-types-customSymbolTypeId-custom-fields
      path: /v1/custom-symbol-types/{customSymbolTypeId}/custom-fields
      operations:
      - name: getsymbolcustomfieldsforcustomsymboltype
        method: GET
        description: Factset Get Custom Fields for Custom Symbol Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolTypeId
          in: path
          type: string
          description: customSymbolTypeId to get associated Custom fileds
          required: true
    - name: v1-phone-number-types
      path: /v1/phone-number-types
      operations:
      - name: getphonenumbertypes
        method: GET
        description: Factset Get List of the Phone Types Configured in Your Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createphonenumbertype
        method: POST
        description: Factset Create a Phone Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-phone-number-types-phoneNumberTypeId
      path: /v1/phone-number-types/{phoneNumberTypeId}
      operations:
      - name: updatephonenumbertype
        method: PUT
        description: Factset Edit a Phone Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: phoneNumberTypeId
          in: path
          type: string
          description: phoneNumberTypeId to update associated record
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletephonenumbertype
        method: DELETE
        description: Factset Delete a Phone Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: phoneNumberTypeId
          in: path
          type: string
          description: phoneNumberTypeId for deleting associated record
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-configuration-types-rest
    port: 8080
    description: REST adapter for FactSet IRN Configuration API — Types. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-types.getcontacttypes
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcontacttype
        description: Factset Create Contact Types
        call: irn-configuration-types.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-types.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-types.deletecontacttype
        with:
          contactTypeId: rest.contactTypeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-symbol-types
      name: v1-custom-symbol-types
      description: REST surface for v1-custom-symbol-types.
      operations:
      - method: GET
        name: getcustomsymboltypes
        description: Factset Get All the Custom Symbol Types
        call: irn-configuration-types.getcustomsymboltypes
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomsymboltype
        description: Factset Create a Custom Symbol Type
        call: irn-configuration-types.createcustomsymboltype
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-symbol-types/reorder
      name: v1-custom-symbol-types-reorder
      description: REST surface for v1-custom-symbol-types-reorder.
      operations:
      - method: POST
        name: updatecustomsymboltypeorder
        description: updatecustomsymboltypeorder
        call: irn-configuration-types.updatecustomsymboltypeorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-symbol-types/{customsymboltypeid}
      name: v1-custom-symbol-types-customsymboltypeid
      description: REST surface for v1-custom-symbol-types-customSymbolTypeId.
      operations:
      - method: GET
        name: getcustomsymboltype
        description: Factset Get a Specific Custom Symbol Type's Details
        call: irn-configuration-types.getcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecustomsymboltype
        description: Factset Edit a Custom Symbol Type
        call: irn-configuration-types.updatecustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecustomsymboltypeasync
        description: Factset Delete a Custom Symbol Type
        call: irn-configuration-types.deletecustomsymboltypeasync
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-symbol-types/{customsymboltypeid}/custom-fields
      name: v1-custom-symbol-types-customsymboltypeid-custom-fields
      description: REST surface for v1-custom-symbol-types-customSymbolTypeId-custom-fields.
      operations:
      - method: GET
        name: getsymbolcustomfieldsforcustomsymboltype
        description: Factset Get Custom Fields for Custom Symbol Type
        call: irn-configuration-types.getsymbolcustomfieldsforcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/phone-number-types
      name: v1-phone-number-types
      description: REST surface for v1-phone-number-types.
      operations:
      - method: GET
        name: getphonenumbertypes
        description: Factset Get List of the Phone Types Configured in Your Group
        call: irn-configuration-types.getphonenumbertypes
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createphonenumbertype
        description: Factset Create a Phone Type
        call: irn-configuration-types.createphonenumbertype
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/phone-number-types/{phonenumbertypeid}
      name: v1-phone-number-types-phonenumbertypeid
      description: REST surface for v1-phone-number-types-phoneNumberTypeId.
      operations:
      - method: PUT
        name: updatephonenumbertype
        description: Factset Edit a Phone Type
        call: irn-configuration-types.updatephonenumbertype
        with:
          phoneNumberTypeId: rest.phoneNumberTypeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletephonenumbertype
        description: Factset Delete a Phone Type
        call: irn-configuration-types.deletephonenumbertype
        with:
          phoneNumberTypeId: rest.phoneNumberTypeId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Configuration API — Types. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - 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-types.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-types.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-types.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-types.deletecontacttype
      with:
        contactTypeId: tools.contactTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-all-custom-symbol
      description: Factset Get All the Custom Symbol Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-types.getcustomsymboltypes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-custom-symbol-type
      description: Factset Create a Custom Symbol Type
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-types.createcustomsymboltype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: updatecustomsymboltypeorder
      description: updatecustomsymboltypeorder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-types.updatecustomsymboltypeorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-specific-custom-symbol
      description: Factset Get a Specific Custom Symbol Type's Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-types.getcustomsymboltype
      with:
        customSymbolTypeId: tools.customSymbolTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-edit-custom-symbol-type
      description: Factset Edit a Custom Symbol Type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-configuration-types.updatecustomsymboltype
      with:
        customSymbolTypeId: tools.customSymbolTypeId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-custom-symbol-type
      description: Factset Delete a Custom Symbol Type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-configuration-types.deletecustomsymboltypeasync
      with:
        customSymbolTypeId: tools.customSymbolTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-custom-fields-custom
      description: Factset Get Custom Fields for Custom Symbol Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-types.getsymbolcustomfieldsforcustomsymboltype
      with:
        customSymbolTypeId: tools.customSymbolTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-list-phone-types
      description: Factset Get List of the Phone Types Configured in Your Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-types.getphonenumbertypes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-phone-type
      description: Factset Create a Phone Type
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-types.createphonenumbertype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-edit-phone-type
      description: Factset Edit a Phone Type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-configuration-types.updatephonenumbertype
      with:
        phoneNumberTypeId: tools.phoneNumberTypeId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-phone-type
      description: Factset Delete a Phone Type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-configuration-types.deletephonenumbertype
      with:
        phoneNumberTypeId: tools.phoneNumberTypeId
      outputParameters:
      - type: object
        mapping: $.