Factset · Capability

FactSet Open FactSet Marketplace API — Attributes

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

Run with Naftiko FactsetAttributes

What You Can Do

GET
Get — Factset Retrieve a Collection of Attribute Records.
/v1/ofs/v2/attributes
GET
Get — Factset Retrieve a Collection of Attributes Group Records.
/v1/ofs/v2/attributes/groups
POST
Post — Factset Retrieve a Collection of Attributes Group Records.
/v1/ofs/v2/attributes/groups/search
GET
Get — Factset Retrieve a Collection of Attributes Group Records in Use.
/v1/ofs/v2/attributes/groups/used
GET
Get — Factset Retrieve a Specific Attributes Group Record.
/v1/ofs/v2/attributes/groups/{id}
POST
Post — Factset Retrieve a Collection of Attribute Records.
/v1/ofs/v2/attributes/search
GET
Get — Factset Retrieve a Collection of Attribute Records.
/v1/ofs/v2/attributes/{id}

MCP Tools

factset-retrieve-collection-attribute-records

Factset Retrieve a Collection of Attribute Records.

read-only idempotent
factset-retrieve-collection-attributes-group

Factset Retrieve a Collection of Attributes Group Records.

read-only idempotent
factset-retrieve-collection-attributes-group-2

Factset Retrieve a Collection of Attributes Group Records.

read-only
factset-retrieve-collection-attributes-group-3

Factset Retrieve a Collection of Attributes Group Records in Use.

read-only idempotent
factset-retrieve-specific-attributes-group

Factset Retrieve a Specific Attributes Group Record.

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

Factset Retrieve a Collection of Attribute Records.

read-only
factset-retrieve-collection-attribute-records-3

Factset Retrieve a Collection of Attribute Records.

read-only idempotent

Capability Spec

open-factset-marketplace-attributes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Open FactSet Marketplace API — Attributes
  description: 'FactSet Open FactSet Marketplace API — Attributes. 7 operations. Lead operation: Factset Retrieve a Collection
    of Attribute Records.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Attributes
  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-attributes
    baseUri: https://api-sandbox.factset.com
    description: FactSet Open FactSet Marketplace API — Attributes business capability. Self-contained, no shared references.
    resources:
    - name: ofs-v2-attributes
      path: /ofs/v2/attributes
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Attribute 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-attributes-groups
      path: /ofs/v2/attributes/groups
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Attributes Group 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-attributes-groups-search
      path: /ofs/v2/attributes/groups/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Attributes Group Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-attributes-groups-used
      path: /ofs/v2/attributes/groups/used
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Attributes Group Records in Use.
        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-attributes-groups-id
      path: /ofs/v2/attributes/groups/{id}
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Specific Attributes Group Record.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Globally unique identifier (GUID) of an Attributes Group record
          required: true
    - name: ofs-v2-attributes-search
      path: /ofs/v2/attributes/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Attribute Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-attributes-id
      path: /ofs/v2/attributes/{id}
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Attribute Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Globally unique identifier (GUID) of an attribute record
          required: true
  exposes:
  - type: rest
    namespace: open-factset-marketplace-attributes-rest
    port: 8080
    description: REST adapter for FactSet Open FactSet Marketplace API — Attributes. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ofs/v2/attributes
      name: ofs-v2-attributes
      description: REST surface for ofs-v2-attributes.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Attribute Records.
        call: open-factset-marketplace-attributes.get
        with:
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/groups
      name: ofs-v2-attributes-groups
      description: REST surface for ofs-v2-attributes-groups.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Attributes Group Records.
        call: open-factset-marketplace-attributes.get
        with:
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/groups/search
      name: ofs-v2-attributes-groups-search
      description: REST surface for ofs-v2-attributes-groups-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Attributes Group Records.
        call: open-factset-marketplace-attributes.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/groups/used
      name: ofs-v2-attributes-groups-used
      description: REST surface for ofs-v2-attributes-groups-used.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Attributes Group Records in Use.
        call: open-factset-marketplace-attributes.get
        with:
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/groups/{id}
      name: ofs-v2-attributes-groups-id
      description: REST surface for ofs-v2-attributes-groups-id.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Specific Attributes Group Record.
        call: open-factset-marketplace-attributes.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/search
      name: ofs-v2-attributes-search
      description: REST surface for ofs-v2-attributes-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Attribute Records.
        call: open-factset-marketplace-attributes.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/{id}
      name: ofs-v2-attributes-id
      description: REST surface for ofs-v2-attributes-id.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Attribute Records.
        call: open-factset-marketplace-attributes.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-factset-marketplace-attributes-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Open FactSet Marketplace API — Attributes. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-retrieve-collection-attribute-records
      description: Factset Retrieve a Collection of Attribute Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-attributes.get
      with:
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-attributes-group
      description: Factset Retrieve a Collection of Attributes Group Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-attributes.get
      with:
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-attributes-group-2
      description: Factset Retrieve a Collection of Attributes Group Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-attributes.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-attributes-group-3
      description: Factset Retrieve a Collection of Attributes Group Records in Use.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-attributes.get
      with:
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-specific-attributes-group
      description: Factset Retrieve a Specific Attributes Group Record.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-attributes.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-attribute-records-2
      description: Factset Retrieve a Collection of Attribute Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-attributes.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-attribute-records-3
      description: Factset Retrieve a Collection of Attribute Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-attributes.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.