Factset · Capability

Factset Event Calendar API — Company

Factset Event Calendar API — Company. 1 operations. Lead operation: Factset Retrieve Company Event data. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCompany

What You Can Do

POST
Getcompanyevent — Factset Retrieve Company Event data
/v1/company/event/list

MCP Tools

factset-retrieve-company-event-data

Factset Retrieve Company Event data

read-only

Capability Spec

event-calendar-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Event Calendar API — Company
  description: 'Factset Event Calendar API — Company. 1 operations. Lead operation: Factset Retrieve Company Event data. 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: event-calendar-company
    baseUri: https://api.factset.com/event-calendar/v1
    description: Factset Event Calendar API — Company business capability. Self-contained, no shared references.
    resources:
    - name: company-event-list
      path: /company/event/list
      operations:
      - name: getcompanyevent
        method: POST
        description: Factset Retrieve Company Event data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: event-calendar-company-rest
    port: 8080
    description: REST adapter for Factset Event Calendar API — Company. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/company/event/list
      name: company-event-list
      description: REST surface for company-event-list.
      operations:
      - method: POST
        name: getcompanyevent
        description: Factset Retrieve Company Event data
        call: event-calendar-company.getcompanyevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: event-calendar-company-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Event Calendar API — Company. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-retrieve-company-event-data
      description: Factset Retrieve Company Event data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: event-calendar-company.getcompanyevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.