Factset · Capability

FactSet IRN Contacts API — Records

FactSet IRN Contacts API — Records. 1 operations. Lead operation: Factset Get All Notes and Meetings Where a Specific Contact Was Tagged. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRecords

What You Can Do

GET
Getcontactrecords — Factset Get All Notes and Meetings Where a Specific Contact Was Tagged
/v1/v1/contacts/{contactid}/records

MCP Tools

factset-get-all-notes-and

Factset Get All Notes and Meetings Where a Specific Contact Was Tagged

read-only idempotent

Capability Spec

irn-contacts-records.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Contacts API — Records
  description: 'FactSet IRN Contacts API — Records. 1 operations. Lead operation: Factset Get All Notes and Meetings Where
    a Specific Contact Was Tagged. 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-contacts-records
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Contacts API — Records business capability. Self-contained, no shared references.
    resources:
    - name: v1-contacts-contactId-records
      path: /v1/contacts/{contactId}/records
      operations:
      - name: getcontactrecords
        method: GET
        description: Factset Get All Notes and Meetings Where a Specific Contact Was Tagged
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: contactId
          in: path
          type: string
          description: contactId to get associated records
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-contacts-records-rest
    port: 8080
    description: REST adapter for FactSet IRN Contacts API — Records. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/contacts/{contactid}/records
      name: v1-contacts-contactid-records
      description: REST surface for v1-contacts-contactId-records.
      operations:
      - method: GET
        name: getcontactrecords
        description: Factset Get All Notes and Meetings Where a Specific Contact Was Tagged
        call: irn-contacts-records.getcontactrecords
        with:
          contactId: rest.contactId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-contacts-records-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Contacts 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 Contact Was Tagged
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-contacts-records.getcontactrecords
      with:
        contactId: tools.contactId
      outputParameters:
      - type: object
        mapping: $.