Factset · Capability

Factset Company Logo API For Digital Portals — Company

Factset Company Logo API For Digital Portals — Company. 1 operations. Lead operation: Factset List of URLs of company logos.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCompany

What You Can Do

GET
Getcompanylogoget — Factset List of URLs of company logos.
/v1/company/logo/get

MCP Tools

factset-list-urls-company-logos

Factset List of URLs of company logos.

read-only idempotent

Capability Spec

company-logo-api-for-digital-portals-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Company Logo API For Digital Portals — Company
  description: 'Factset Company Logo API For Digital Portals — Company. 1 operations. Lead operation: Factset List of URLs
    of company logos.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Company
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: company-logo-api-for-digital-portals-company
    baseUri: https://api.factset.com/wealth/v1
    description: Factset Company Logo API For Digital Portals — Company business capability. Self-contained, no shared references.
    resources:
    - name: company-logo-get
      path: /company/logo/get
      operations:
      - name: getcompanylogoget
        method: GET
        description: Factset List of URLs of company logos.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          description: Identifier that resolves to a company.
          required: true
        - name: identifierType
          in: query
          type: string
          description: The type of the identifier.
          required: true
        - name: format
          in: query
          type: string
          description: Format of the logos.
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
  exposes:
  - type: rest
    namespace: company-logo-api-for-digital-portals-company-rest
    port: 8080
    description: REST adapter for Factset Company Logo API For Digital Portals — Company. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/company/logo/get
      name: company-logo-get
      description: REST surface for company-logo-get.
      operations:
      - method: GET
        name: getcompanylogoget
        description: Factset List of URLs of company logos.
        call: company-logo-api-for-digital-portals-company.getcompanylogoget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          format: rest.format
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: company-logo-api-for-digital-portals-company-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Company Logo API For Digital Portals — Company. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: factset-list-urls-company-logos
      description: Factset List of URLs of company logos.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: company-logo-api-for-digital-portals-company.getcompanylogoget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        format: tools.format
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.