Factset · Capability

FactSet Open FactSet Marketplace API — Resources

FactSet Open FactSet Marketplace API — Resources. 6 operations. Lead operation: Factset Retrieve a Collection of Resource Records.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetResources

What You Can Do

GET
Get — Factset Retrieve a Collection of Resource Records.
/v1/ofs/v2/resources
POST
Post — Factset Retrieve a Collection of Resource Records.
/v1/ofs/v2/resources/search
GET
Get — Factset Retrieve a Collection of Resources Section Records.
/v1/ofs/v2/resources/sections
POST
Post — Factset Retrieve a Collection of Resources Section Records.
/v1/ofs/v2/resources/sections/search
GET
Get — Factset Retrieve a Specific Resources Section Record.
/v1/ofs/v2/resources/sections/{id}
GET
Get — Factset Retrieve a Specific Resource Record.
/v1/ofs/v2/resources/{id}

MCP Tools

factset-retrieve-collection-resource-records

Factset Retrieve a Collection of Resource Records.

read-only idempotent
factset-retrieve-collection-resource-records-2

Factset Retrieve a Collection of Resource Records.

read-only
factset-retrieve-collection-resources-section

Factset Retrieve a Collection of Resources Section Records.

read-only idempotent
factset-retrieve-collection-resources-section-2

Factset Retrieve a Collection of Resources Section Records.

read-only
factset-retrieve-specific-resources-section

Factset Retrieve a Specific Resources Section Record.

read-only idempotent
factset-retrieve-specific-resource-record

Factset Retrieve a Specific Resource Record.

read-only idempotent

Capability Spec

open-factset-marketplace-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Open FactSet Marketplace API — Resources
  description: 'FactSet Open FactSet Marketplace API — Resources. 6 operations. Lead operation: Factset Retrieve a Collection
    of Resource Records.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: open-factset-marketplace-resources
    baseUri: https://api-sandbox.factset.com
    description: FactSet Open FactSet Marketplace API — Resources business capability. Self-contained, no shared references.
    resources:
    - name: ofs-v2-resources
      path: /ofs/v2/resources
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Resource Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the amount of records per page
        - name: page
          in: query
          type: integer
          description: Select which page to show
    - name: ofs-v2-resources-search
      path: /ofs/v2/resources/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Resource Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-resources-sections
      path: /ofs/v2/resources/sections
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Resources Section Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the amount of records per page
        - name: page
          in: query
          type: integer
          description: Select which page to show
    - name: ofs-v2-resources-sections-search
      path: /ofs/v2/resources/sections/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Resources Section Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-resources-sections-id
      path: /ofs/v2/resources/sections/{id}
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Specific Resources Section Record.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Globally unique identifier (GUID) of a Resources Section record
          required: true
    - name: ofs-v2-resources-id
      path: /ofs/v2/resources/{id}
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Specific Resource Record.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Globally unique identifier (GUID) of a Resource record
          required: true
  exposes:
  - type: rest
    namespace: open-factset-marketplace-resources-rest
    port: 8080
    description: REST adapter for FactSet Open FactSet Marketplace API — Resources. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ofs/v2/resources
      name: ofs-v2-resources
      description: REST surface for ofs-v2-resources.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Resource Records.
        call: open-factset-marketplace-resources.get
        with:
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/search
      name: ofs-v2-resources-search
      description: REST surface for ofs-v2-resources-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Resource Records.
        call: open-factset-marketplace-resources.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/sections
      name: ofs-v2-resources-sections
      description: REST surface for ofs-v2-resources-sections.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Resources Section Records.
        call: open-factset-marketplace-resources.get
        with:
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/sections/search
      name: ofs-v2-resources-sections-search
      description: REST surface for ofs-v2-resources-sections-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Resources Section Records.
        call: open-factset-marketplace-resources.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/sections/{id}
      name: ofs-v2-resources-sections-id
      description: REST surface for ofs-v2-resources-sections-id.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Specific Resources Section Record.
        call: open-factset-marketplace-resources.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/{id}
      name: ofs-v2-resources-id
      description: REST surface for ofs-v2-resources-id.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Specific Resource Record.
        call: open-factset-marketplace-resources.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-factset-marketplace-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Open FactSet Marketplace API — Resources. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-retrieve-collection-resource-records
      description: Factset Retrieve a Collection of Resource Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-resources.get
      with:
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-resource-records-2
      description: Factset Retrieve a Collection of Resource Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-resources.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-resources-section
      description: Factset Retrieve a Collection of Resources Section Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-resources.get
      with:
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-resources-section-2
      description: Factset Retrieve a Collection of Resources Section Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-resources.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-specific-resources-section
      description: Factset Retrieve a Specific Resources Section Record.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-resources.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-specific-resource-record
      description: Factset Retrieve a Specific Resource Record.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-resources.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.