Factset · Capability

FactSet Entity Report Builder — Structure

FactSet Entity Report Builder — Structure. 1 operations. Lead operation: Factset Entity structure. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetStructure

What You Can Do

GET
Getentitystructurestructure — Factset Entity structure
/v1/structure

MCP Tools

factset-entity-structure

Factset Entity structure

read-only idempotent

Capability Spec

entity-report-builder-structure.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Entity Report Builder — Structure
  description: 'FactSet Entity Report Builder — Structure. 1 operations. Lead operation: Factset Entity structure. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Structure
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: entity-report-builder-structure
    baseUri: https://api.factset.com/report/entity/v1
    description: FactSet Entity Report Builder — Structure business capability. Self-contained, no shared references.
    resources:
    - name: structure
      path: /structure
      operations:
      - name: getentitystructurestructure
        method: GET
        description: Factset Entity structure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: entity-report-builder-structure-rest
    port: 8080
    description: REST adapter for FactSet Entity Report Builder — Structure. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/structure
      name: structure
      description: REST surface for structure.
      operations:
      - method: GET
        name: getentitystructurestructure
        description: Factset Entity structure
        call: entity-report-builder-structure.getentitystructurestructure
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: entity-report-builder-structure-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Entity Report Builder — Structure. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-entity-structure
      description: Factset Entity structure
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: entity-report-builder-structure.getentitystructurestructure
      outputParameters:
      - type: object
        mapping: $.