Factset · Capability

FactSet IRN Configuration API — Reorder

FactSet IRN Configuration API — Reorder. 2 operations. Lead operation: Factset Reorder Relationship Categories. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetReorder

What You Can Do

POST
Updatecustomsymboltypeorder — updatecustomsymboltypeorder
/v1/v1/custom-symbol-types/reorder
POST
Updaterelationshipcategoryorder — Factset Reorder Relationship Categories
/v1/v1/relationship-categories/reorder

MCP Tools

updatecustomsymboltypeorder

updatecustomsymboltypeorder

factset-reorder-relationship-categories

Factset Reorder Relationship Categories

Capability Spec

irn-configuration-reorder.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Configuration API — Reorder
  description: 'FactSet IRN Configuration API — Reorder. 2 operations. Lead operation: Factset Reorder Relationship Categories.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Reorder
  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-reorder
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Configuration API — Reorder business capability. Self-contained, no shared references.
    resources:
    - 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-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
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-configuration-reorder-rest
    port: 8080
    description: REST adapter for FactSet IRN Configuration API — Reorder. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-reorder.updatecustomsymboltypeorder
        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-reorder.updaterelationshipcategoryorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-reorder-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Configuration API — Reorder. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: updatecustomsymboltypeorder
      description: updatecustomsymboltypeorder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: irn-configuration-reorder.updatecustomsymboltypeorder
      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-reorder.updaterelationshipcategoryorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.