Factset · Capability

FactSet IRN Custom Symbols API — Records

FactSet IRN Custom Symbols API — Records. 1 operations. Lead operation: Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRecords

What You Can Do

GET
Getcustomsymbolrecords — Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier
/v1/v1/custom-symbols/{customsymbolid}/records

MCP Tools

factset-get-all-notes-and

Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier

read-only idempotent

Capability Spec

irn-custom-symbols-records.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Custom Symbols API — Records
  description: 'FactSet IRN Custom Symbols API — Records. 1 operations. Lead operation: Factset Get All Notes and Meetings
    Where a Specific Customsymbol Was Tagged as Primary or Related Identifier. Self-contained Naftiko capability covering
    one Factset business surface.'
  tags:
  - Factset
  - Records
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: irn-custom-symbols-records
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Custom Symbols API — Records business capability. Self-contained, no shared references.
    resources:
    - name: v1-custom-symbols-customSymbolId-records
      path: /v1/custom-symbols/{customSymbolId}/records
      operations:
      - name: getcustomsymbolrecords
        method: GET
        description: Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customSymbolId
          in: path
          type: string
          description: CustomSymbolId to get associated records
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-custom-symbols-records-rest
    port: 8080
    description: REST adapter for FactSet IRN Custom Symbols API — Records. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/custom-symbols/{customsymbolid}/records
      name: v1-custom-symbols-customsymbolid-records
      description: REST surface for v1-custom-symbols-customSymbolId-records.
      operations:
      - method: GET
        name: getcustomsymbolrecords
        description: Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier
        call: irn-custom-symbols-records.getcustomsymbolrecords
        with:
          customSymbolId: rest.customSymbolId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-custom-symbols-records-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Custom Symbols API — Records. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-get-all-notes-and
      description: Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-custom-symbols-records.getcustomsymbolrecords
      with:
        customSymbolId: tools.customSymbolId
      outputParameters:
      - type: object
        mapping: $.