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: $.