Factset · Capability

Factset IRN API v1 — Relationship Categories

Factset IRN API v1 — Relationship Categories. 5 operations. Lead operation: Factset Get list of the relationship categories configured in your group. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRelationship Categories

What You Can Do

GET
Getrelationshipcategories — Factset Get list of the relationship categories configured in your group
/v1/v1/relationship-categories
POST
Createrelationshipcategory — Factset Create a relationship category
/v1/v1/relationship-categories
POST
Updaterelationshipcategoryorder — Factset Reorder relationship categories
/v1/v1/relationship-categories/reorder
PUT
Editrelationshipcategory — Factset Edit a relationship category
/v1/v1/relationship-categories/{relationshipcategoryid}
DELETE
Deleterelationshipcategory — Factset Delete a relationship category
/v1/v1/relationship-categories/{relationshipcategoryid}

MCP Tools

factset-get-list-relationship-categories

Factset Get list of the relationship categories configured in your group

read-only idempotent
factset-create-relationship-category

Factset Create a relationship category

factset-reorder-relationship-categories

Factset Reorder relationship categories

factset-edit-relationship-category

Factset Edit a relationship category

idempotent
factset-delete-relationship-category

Factset Delete a relationship category

idempotent

Capability Spec

irn-configuration-relationship-categories.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset IRN API v1 — Relationship Categories
  description: 'Factset IRN API v1 — Relationship Categories. 5 operations. Lead operation: Factset Get list of the relationship
    categories configured in your group. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Relationship Categories
  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-relationship-categories
    baseUri: https://api.factset.com/research/irn
    description: Factset IRN API v1 — Relationship Categories business capability. Self-contained, no shared references.
    resources:
    - name: v1-relationship-categories
      path: /v1/relationship-categories
      operations:
      - name: getrelationshipcategories
        method: GET
        description: Factset Get list of the relationship categories configured in your group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createrelationshipcategory
        method: POST
        description: Factset Create a relationship category
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-relationship-categories-reorder
      path: /v1/relationship-categories/reorder
      operations:
      - name: updaterelationshipcategoryorder
        method: POST
        description: Factset Reorder relationship categories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-relationship-categories-relationshipCategoryId
      path: /v1/relationship-categories/{relationshipCategoryId}
      operations:
      - name: editrelationshipcategory
        method: PUT
        description: Factset Edit a relationship category
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: relationshipCategoryId
          in: path
          type: string
          description: relationshipCategoryId to update associated record
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleterelationshipcategory
        method: DELETE
        description: Factset Delete a relationship category
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: relationshipCategoryId
          in: path
          type: string
          description: relationshipCategoryId to delete associated record
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-configuration-relationship-categories-rest
    port: 8080
    description: REST adapter for Factset IRN API v1 — Relationship Categories. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/relationship-categories
      name: v1-relationship-categories
      description: REST surface for v1-relationship-categories.
      operations:
      - method: GET
        name: getrelationshipcategories
        description: Factset Get list of the relationship categories configured in your group
        call: irn-configuration-relationship-categories.getrelationshipcategories
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createrelationshipcategory
        description: Factset Create a relationship category
        call: irn-configuration-relationship-categories.createrelationshipcategory
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/relationship-categories/reorder
      name: v1-relationship-categories-reorder
      description: REST surface for v1-relationship-categories-reorder.
      operations:
      - method: POST
        name: updaterelationshipcategoryorder
        description: Factset Reorder relationship categories
        call: irn-configuration-relationship-categories.updaterelationshipcategoryorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/relationship-categories/{relationshipcategoryid}
      name: v1-relationship-categories-relationshipcategoryid
      description: REST surface for v1-relationship-categories-relationshipCategoryId.
      operations:
      - method: PUT
        name: editrelationshipcategory
        description: Factset Edit a relationship category
        call: irn-configuration-relationship-categories.editrelationshipcategory
        with:
          relationshipCategoryId: rest.relationshipCategoryId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleterelationshipcategory
        description: Factset Delete a relationship category
        call: irn-configuration-relationship-categories.deleterelationshipcategory
        with:
          relationshipCategoryId: rest.relationshipCategoryId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-relationship-categories-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset IRN API v1 — Relationship Categories. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-get-list-relationship-categories
      description: Factset Get list of the relationship categories configured in your group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-relationship-categories.getrelationshipcategories
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-relationship-category
      description: Factset Create a relationship category
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-relationship-categories.createrelationshipcategory
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-reorder-relationship-categories
      description: Factset Reorder relationship categories
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-relationship-categories.updaterelationshipcategoryorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-edit-relationship-category
      description: Factset Edit a relationship category
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: irn-configuration-relationship-categories.editrelationshipcategory
      with:
        relationshipCategoryId: tools.relationshipCategoryId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-relationship-category
      description: Factset Delete a relationship category
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: irn-configuration-relationship-categories.deleterelationshipcategory
      with:
        relationshipCategoryId: tools.relationshipCategoryId
      outputParameters:
      - type: object
        mapping: $.