Factset · Capability

Factset Conversational API Powered by FactSet Mercury — Create

Factset Conversational API Powered by FactSet Mercury — Create. 1 operations. Lead operation: Factset Create a chat request for a given natural language query.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCreate

What You Can Do

POST
Createchat — Factset Create a chat request for a given natural language query.
/v1/create

MCP Tools

factset-create-chat-request-given

Factset Create a chat request for a given natural language query.

read-only

Capability Spec

conversational-api-powered-by-mercury-create.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Conversational API Powered by FactSet Mercury — Create
  description: 'Factset Conversational API Powered by FactSet Mercury — Create. 1 operations. Lead operation: Factset Create
    a chat request for a given natural language query.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Create
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: conversational-api-powered-by-mercury-create
    baseUri: https://api.factset.com/conversational/v0
    description: Factset Conversational API Powered by FactSet Mercury — Create business capability. Self-contained, no shared
      references.
    resources:
    - name: create
      path: /create
      operations:
      - name: createchat
        method: POST
        description: Factset Create a chat request for a given natural language query.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: conversational-api-powered-by-mercury-create-rest
    port: 8080
    description: REST adapter for Factset Conversational API Powered by FactSet Mercury — Create. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/create
      name: create
      description: REST surface for create.
      operations:
      - method: POST
        name: createchat
        description: Factset Create a chat request for a given natural language query.
        call: conversational-api-powered-by-mercury-create.createchat
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: conversational-api-powered-by-mercury-create-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Conversational API Powered by FactSet Mercury — Create. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: factset-create-chat-request-given
      description: Factset Create a chat request for a given natural language query.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: conversational-api-powered-by-mercury-create.createchat
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.