Factset · Capability

FactSet Global Prices API — Actions

FactSet Global Prices API — Actions. 2 operations. Lead operation: Factset Gets Corporate Actions Information.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetActions

What You Can Do

GET
Getgpdcorporateactions — Factset Gets Corporate Actions Information.
/v1/factset-global-prices/v1/corporate-actions
POST
Postcorporateactions — Factset Requests Corporate Actions Information.
/v1/factset-global-prices/v1/corporate-actions

MCP Tools

factset-gets-corporate-actions-information

Factset Gets Corporate Actions Information.

read-only idempotent
factset-requests-corporate-actions-information

Factset Requests Corporate Actions Information.

Capability Spec

global-prices-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Global Prices API — Actions
  description: 'FactSet Global Prices API — Actions. 2 operations. Lead operation: Factset Gets Corporate Actions Information..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: global-prices-actions
    baseUri: https://api.factset.com/content
    description: FactSet Global Prices API — Actions business capability. Self-contained, no shared references.
    resources:
    - name: factset-global-prices-v1-corporate-actions
      path: /factset-global-prices/v1/corporate-actions
      operations:
      - name: getgpdcorporateactions
        method: GET
        description: Factset Gets Corporate Actions Information.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postcorporateactions
        method: POST
        description: Factset Requests Corporate Actions Information.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: global-prices-actions-rest
    port: 8080
    description: REST adapter for FactSet Global Prices API — Actions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-global-prices/v1/corporate-actions
      name: factset-global-prices-v1-corporate-actions
      description: REST surface for factset-global-prices-v1-corporate-actions.
      operations:
      - method: GET
        name: getgpdcorporateactions
        description: Factset Gets Corporate Actions Information.
        call: global-prices-actions.getgpdcorporateactions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcorporateactions
        description: Factset Requests Corporate Actions Information.
        call: global-prices-actions.postcorporateactions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: global-prices-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Global Prices API — Actions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-gets-corporate-actions-information
      description: Factset Gets Corporate Actions Information.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-actions.getgpdcorporateactions
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-requests-corporate-actions-information
      description: Factset Requests Corporate Actions Information.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: global-prices-actions.postcorporateactions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.