Factset · Capability

Factset IRN API v1 — Symbols Relationships

Factset IRN API v1 — Symbols Relationships. 4 operations. Lead operation: Factset Get all the Symbols Relationships. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSymbols Relationships

What You Can Do

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-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-relationships.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset IRN API v1 — Symbols Relationships
  description: 'Factset IRN API v1 — Symbols Relationships. 4 operations. Lead operation: Factset Get all the Symbols Relationships.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Symbols Relationships
  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-relationships
    baseUri: https://api.factset.com/research/irn
    description: Factset IRN API v1 — Symbols Relationships business capability. Self-contained, no shared references.
    resources:
    - 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-relationships-rest
    port: 8080
    description: REST adapter for Factset IRN API v1 — Symbols Relationships. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - 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-relationships.getsymbolsrelationships
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsymbolrelationshiptype
        description: Factset Create a symbol relationship
        call: irn-configuration-symbols-relationships.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-relationships.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-relationships.deletesymbolsrelationship
        with:
          symbolsRelationshipId: rest.symbolsRelationshipId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-symbols-relationships-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset IRN API v1 — Symbols Relationships. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-get-all-symbols-relationships
      description: Factset Get all the Symbols Relationships
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-symbols-relationships.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-relationships.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-relationships.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-relationships.deletesymbolsrelationship
      with:
        symbolsRelationshipId: tools.symbolsRelationshipId
      outputParameters:
      - type: object
        mapping: $.