Factset · Capability

FactSet IRN Configuration API — Custom

FactSet IRN Configuration API — Custom. 18 operations. Lead operation: Factset Get All the Contact Custom Fields. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCustom

What You Can Do

GET
Getcontactcustomfields — Factset Get All the Contact Custom Fields
/v1/v1/contact-custom-fields
POST
Createcontactcustomfield — Factset Create a Contact Custom Field
/v1/v1/contact-custom-fields
GET
Getcontactcustomfield — Factset Get a Specific Contact Custom Field's Details
/v1/v1/contact-custom-fields/{contactcustomfieldid}
PATCH
Patchcontactcustomfield — Factset Edit a Contact Custom Field
/v1/v1/contact-custom-fields/{contactcustomfieldid}
DELETE
Deletecontactcustomfield — Factset Delete a Contact Custom Field
/v1/v1/contact-custom-fields/{contactcustomfieldid}
GET
Getcustomfields — Factset Get All Custom Fields
/v1/v1/custom-fields
GET
Getcustomsymbolcustomfields — Factset Get All the Custom Symbol Custom Fields
/v1/v1/custom-symbol-custom-fields
POST
Createcustomsymbolcustomfield — Factset Create a Custom Symbol Custom Field
/v1/v1/custom-symbol-custom-fields
GET
Getcustomsymbolcustomfield — Factset Get a Specific Custom Symbol Custom Field's Details
/v1/v1/custom-symbol-custom-fields/{customsymbolcustomfieldid}
PATCH
Patchcustomsymbolcustomfield — Factset Edit a Custom Symbol Custom Field
/v1/v1/custom-symbol-custom-fields/{customsymbolcustomfieldid}
DELETE
Deletecustomsymbolcustomfield — Factset Delete a Custom Symbol Custom Field
/v1/v1/custom-symbol-custom-fields/{customsymbolcustomfieldid}
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

MCP Tools

factset-get-all-contact-custom

Factset Get All the Contact Custom Fields

read-only idempotent
factset-create-contact-custom-field

Factset Create a Contact Custom Field

factset-get-specific-contact-custom

Factset Get a Specific Contact Custom Field's Details

read-only idempotent
factset-edit-contact-custom-field

Factset Edit a Contact Custom Field

idempotent
factset-delete-contact-custom-field

Factset Delete a Contact Custom Field

idempotent
factset-get-all-custom-fields

Factset Get All Custom Fields

read-only idempotent
factset-get-all-custom-symbol

Factset Get All the Custom Symbol Custom Fields

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

Factset Create a Custom Symbol Custom Field

factset-get-specific-custom-symbol

Factset Get a Specific Custom Symbol Custom Field's Details

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

Factset Edit a Custom Symbol Custom Field

idempotent
factset-delete-custom-symbol-custom

Factset Delete a Custom Symbol Custom Field

idempotent
factset-get-all-custom-symbol-2

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-2

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

Capability Spec

irn-configuration-custom.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Configuration API — Custom
  description: 'FactSet IRN Configuration API — Custom. 18 operations. Lead operation: Factset Get All the Contact Custom
    Fields. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Custom
  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-custom
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Configuration API — Custom 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-custom-fields
      path: /v1/custom-fields
      operations:
      - name: getcustomfields
        method: GET
        description: Factset Get All Custom Fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-IRN-Ignore-Permissions
          in: header
          type: boolean
    - name: v1-custom-symbol-custom-fields
      path: /v1/custom-symbol-custom-fields
      operations:
      - name: getcustomsymbolcustomfields
        method: GET
        description: Factset Get All the Custom Symbol Custom Fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcustomsymbolcustomfield
        method: POST
        description: Factset Create a Custom Symbol 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-custom-symbol-custom-fields-customSymbolCustomFieldId
      path: /v1/custom-symbol-custom-fields/{customSymbolCustomFieldId}
      operations:
      - name: getcustomsymbolcustomfield
        method: GET
        description: Factset Get a Specific Custom Symbol Custom Field's Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolCustomFieldId
          in: path
          type: string
          description: customSymbolCustomFieldId to get associated record
          required: true
      - name: patchcustomsymbolcustomfield
        method: PATCH
        description: Factset Edit a Custom Symbol Custom Field
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolCustomFieldId
          in: path
          type: string
          description: customSymbolCustomFieldId to update associated record
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecustomsymbolcustomfield
        method: DELETE
        description: Factset Delete a Custom Symbol Custom Field
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolCustomFieldId
          in: path
          type: string
          description: customSymbolCustomFieldId 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
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-configuration-custom-rest
    port: 8080
    description: REST adapter for FactSet IRN Configuration API — Custom. 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-custom.getcontactcustomfields
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcontactcustomfield
        description: Factset Create a Contact Custom Field
        call: irn-configuration-custom.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-custom.getcontactcustomfield
        with:
          contactCustomFieldId: rest.contactCustomFieldId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcontactcustomfield
        description: Factset Edit a Contact Custom Field
        call: irn-configuration-custom.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-custom.deletecontactcustomfield
        with:
          contactCustomFieldId: rest.contactCustomFieldId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-fields
      name: v1-custom-fields
      description: REST surface for v1-custom-fields.
      operations:
      - method: GET
        name: getcustomfields
        description: Factset Get All Custom Fields
        call: irn-configuration-custom.getcustomfields
        with:
          X-IRN-Ignore-Permissions: rest.X-IRN-Ignore-Permissions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-symbol-custom-fields
      name: v1-custom-symbol-custom-fields
      description: REST surface for v1-custom-symbol-custom-fields.
      operations:
      - method: GET
        name: getcustomsymbolcustomfields
        description: Factset Get All the Custom Symbol Custom Fields
        call: irn-configuration-custom.getcustomsymbolcustomfields
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomsymbolcustomfield
        description: Factset Create a Custom Symbol Custom Field
        call: irn-configuration-custom.createcustomsymbolcustomfield
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/custom-symbol-custom-fields/{customsymbolcustomfieldid}
      name: v1-custom-symbol-custom-fields-customsymbolcustomfieldid
      description: REST surface for v1-custom-symbol-custom-fields-customSymbolCustomFieldId.
      operations:
      - method: GET
        name: getcustomsymbolcustomfield
        description: Factset Get a Specific Custom Symbol Custom Field's Details
        call: irn-configuration-custom.getcustomsymbolcustomfield
        with:
          customSymbolCustomFieldId: rest.customSymbolCustomFieldId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcustomsymbolcustomfield
        description: Factset Edit a Custom Symbol Custom Field
        call: irn-configuration-custom.patchcustomsymbolcustomfield
        with:
          customSymbolCustomFieldId: rest.customSymbolCustomFieldId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecustomsymbolcustomfield
        description: Factset Delete a Custom Symbol Custom Field
        call: irn-configuration-custom.deletecustomsymbolcustomfield
        with:
          customSymbolCustomFieldId: rest.customSymbolCustomFieldId
        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-custom.getcustomsymboltypes
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomsymboltype
        description: Factset Create a Custom Symbol Type
        call: irn-configuration-custom.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-custom.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-custom.getcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecustomsymboltype
        description: Factset Edit a Custom Symbol Type
        call: irn-configuration-custom.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-custom.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-custom.getsymbolcustomfieldsforcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-custom-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Configuration API — Custom. 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-custom.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-custom.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-custom.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-custom.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-custom.deletecontactcustomfield
      with:
        contactCustomFieldId: tools.contactCustomFieldId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-all-custom-fields
      description: Factset Get All Custom Fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-custom.getcustomfields
      with:
        X-IRN-Ignore-Permissions: tools.X-IRN-Ignore-Permissions
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-all-custom-symbol
      description: Factset Get All the Custom Symbol Custom Fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-custom.getcustomsymbolcustomfields
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-custom-symbol-custom
      description: Factset Create a Custom Symbol Custom Field
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-custom.createcustomsymbolcustomfield
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-specific-custom-symbol
      description: Factset Get a Specific Custom Symbol Custom Field's Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-custom.getcustomsymbolcustomfield
      with:
        customSymbolCustomFieldId: tools.customSymbolCustomFieldId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-edit-custom-symbol-custom
      description: Factset Edit a Custom Symbol Custom Field
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-configuration-custom.patchcustomsymbolcustomfield
      with:
        customSymbolCustomFieldId: tools.customSymbolCustomFieldId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-custom-symbol-custom
      description: Factset Delete a Custom Symbol Custom Field
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-configuration-custom.deletecustomsymbolcustomfield
      with:
        customSymbolCustomFieldId: tools.customSymbolCustomFieldId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-all-custom-symbol-2
      description: Factset Get All the Custom Symbol Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-custom.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-custom.createcustomsymboltype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: updatecustomsymboltypeorder
      description: updatecustomsymboltypeorder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-custom.updatecustomsymboltypeorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-specific-custom-symbol-2
      description: Factset Get a Specific Custom Symbol Type's Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-custom.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-custom.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-custom.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-custom.getsymbolcustomfieldsforcustomsymboltype
      with:
        customSymbolTypeId: tools.customSymbolTypeId
      outputParameters:
      - type: object
        mapping: $.