Factset · Capability

FactSet IRN Configuration API — Type

FactSet IRN Configuration API — Type. 8 operations. Lead operation: Factset Edit a Contact Type. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetType

What You Can Do

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
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
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-edit-contact-type

Factset Edit a Contact Type

idempotent
factset-delete-contact-type

Factset Delete a Contact Type

idempotent
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-edit-phone-type

Factset Edit a Phone Type

idempotent
factset-delete-phone-type

Factset Delete a Phone Type

idempotent

Capability Spec

irn-configuration-type.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Configuration API — Type
  description: 'FactSet IRN Configuration API — Type. 8 operations. Lead operation: Factset Edit a Contact Type. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Type
  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-type
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Configuration API — Type business capability. Self-contained, no shared references.
    resources:
    - 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-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-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-type-rest
    port: 8080
    description: REST adapter for FactSet IRN Configuration API — Type. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-type.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-type.deletecontacttype
        with:
          contactTypeId: rest.contactTypeId
        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-type.getcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecustomsymboltype
        description: Factset Edit a Custom Symbol Type
        call: irn-configuration-type.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-type.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-type.getsymbolcustomfieldsforcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        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-type.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-type.deletephonenumbertype
        with:
          phoneNumberTypeId: rest.phoneNumberTypeId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-type-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Configuration API — Type. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-edit-contact-type
      description: Factset Edit a Contact Type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-configuration-type.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-type.deletecontacttype
      with:
        contactTypeId: tools.contactTypeId
      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-type.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-type.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-type.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-type.getsymbolcustomfieldsforcustomsymboltype
      with:
        customSymbolTypeId: tools.customSymbolTypeId
      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-type.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-type.deletephonenumbertype
      with:
        phoneNumberTypeId: tools.phoneNumberTypeId
      outputParameters:
      - type: object
        mapping: $.