Factset · Capability

FactSet IRN Configuration API — Symbols

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

Run with Naftiko FactsetSymbols

What You Can Do

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
GET
Getsymbolsrelationships — Factset Get All the Symbols Relationships
/v1/v1/symbols-relationships
POST
Createsymbolrelationshiptype — Factset Create a Symbol Relationship
/v1/v1/symbols-relationships
PUT
Editsymbolsrelationship — Factset Edit a Symbol Relationship
/v1/v1/symbols-relationships/{symbolsrelationshipid}
DELETE
Deletesymbolsrelationship — Factset Delete a Symbol Relationship
/v1/v1/symbols-relationships/{symbolsrelationshipid}

MCP Tools

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
factset-get-all-symbols-relationships

Factset Get All the Symbols Relationships

read-only idempotent
factset-create-symbol-relationship

Factset Create a Symbol Relationship

factset-edit-symbol-relationship

Factset Edit a Symbol Relationship

idempotent
factset-delete-symbol-relationship

Factset Delete a Symbol Relationship

idempotent

Capability Spec

irn-configuration-symbols.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Configuration API — Symbols
  description: 'FactSet IRN Configuration API — Symbols. 16 operations. Lead operation: Factset Get All the Custom Symbol
    Custom Fields. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Symbols
  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-symbols
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Configuration API — Symbols business capability. Self-contained, no shared references.
    resources:
    - 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
    - name: v1-symbols-relationships
      path: /v1/symbols-relationships
      operations:
      - name: getsymbolsrelationships
        method: GET
        description: Factset Get All the Symbols Relationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createsymbolrelationshiptype
        method: POST
        description: Factset Create a Symbol Relationship
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-symbols-relationships-symbolsRelationshipId
      path: /v1/symbols-relationships/{symbolsRelationshipId}
      operations:
      - name: editsymbolsrelationship
        method: PUT
        description: Factset Edit a Symbol Relationship
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: symbolsRelationshipId
          in: path
          type: string
          description: symbolsRelationshipId to update associated record
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletesymbolsrelationship
        method: DELETE
        description: Factset Delete a Symbol Relationship
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: symbolsRelationshipId
          in: path
          type: string
          description: symbolsRelationshipId to delete associated record
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-configuration-symbols-rest
    port: 8080
    description: REST adapter for FactSet IRN Configuration API — Symbols. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-symbols.getcustomsymbolcustomfields
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomsymbolcustomfield
        description: Factset Create a Custom Symbol Custom Field
        call: irn-configuration-symbols.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-symbols.getcustomsymbolcustomfield
        with:
          customSymbolCustomFieldId: rest.customSymbolCustomFieldId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcustomsymbolcustomfield
        description: Factset Edit a Custom Symbol Custom Field
        call: irn-configuration-symbols.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-symbols.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-symbols.getcustomsymboltypes
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomsymboltype
        description: Factset Create a Custom Symbol Type
        call: irn-configuration-symbols.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-symbols.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-symbols.getcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecustomsymboltype
        description: Factset Edit a Custom Symbol Type
        call: irn-configuration-symbols.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-symbols.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-symbols.getsymbolcustomfieldsforcustomsymboltype
        with:
          customSymbolTypeId: rest.customSymbolTypeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/symbols-relationships
      name: v1-symbols-relationships
      description: REST surface for v1-symbols-relationships.
      operations:
      - method: GET
        name: getsymbolsrelationships
        description: Factset Get All the Symbols Relationships
        call: irn-configuration-symbols.getsymbolsrelationships
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsymbolrelationshiptype
        description: Factset Create a Symbol Relationship
        call: irn-configuration-symbols.createsymbolrelationshiptype
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/symbols-relationships/{symbolsrelationshipid}
      name: v1-symbols-relationships-symbolsrelationshipid
      description: REST surface for v1-symbols-relationships-symbolsRelationshipId.
      operations:
      - method: PUT
        name: editsymbolsrelationship
        description: Factset Edit a Symbol Relationship
        call: irn-configuration-symbols.editsymbolsrelationship
        with:
          symbolsRelationshipId: rest.symbolsRelationshipId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletesymbolsrelationship
        description: Factset Delete a Symbol Relationship
        call: irn-configuration-symbols.deletesymbolsrelationship
        with:
          symbolsRelationshipId: rest.symbolsRelationshipId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-symbols-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Configuration API — Symbols. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - 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-symbols.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-symbols.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-symbols.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-symbols.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-symbols.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-symbols.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-symbols.createcustomsymboltype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: updatecustomsymboltypeorder
      description: updatecustomsymboltypeorder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-symbols.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-symbols.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-symbols.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-symbols.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-symbols.getsymbolcustomfieldsforcustomsymboltype
      with:
        customSymbolTypeId: tools.customSymbolTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-all-symbols-relationships
      description: Factset Get All the Symbols Relationships
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-symbols.getsymbolsrelationships
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-symbol-relationship
      description: Factset Create a Symbol Relationship
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-symbols.createsymbolrelationshiptype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-edit-symbol-relationship
      description: Factset Edit a Symbol Relationship
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-configuration-symbols.editsymbolsrelationship
      with:
        symbolsRelationshipId: tools.symbolsRelationshipId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-symbol-relationship
      description: Factset Delete a Symbol Relationship
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-configuration-symbols.deletesymbolsrelationship
      with:
        symbolsRelationshipId: tools.symbolsRelationshipId
      outputParameters:
      - type: object
        mapping: $.