London Stock Exchange Group LSEG World-Check One API — Smart-Filter

London Stock Exchange Group LSEG World-Check One API — Smart-Filter. 3 operations. Lead operation: London Stock Exchange Group Retrieve smart filter on a case. Self-contained Naftiko capability covering one London Stock Exchange Group business surface.

Run with Naftiko London Stock Exchange GroupSmart-Filter

What You Can Do

GET
Getmediachecksmartfilter — London Stock Exchange Group Retrieve smart filter on a case
/v1/cases/{casesystemid}/mediacheck/smartfilter
PUT
Enablesmartfilteroncase — London Stock Exchange Group Enable smart filter on a case
/v1/cases/{casesystemid}/mediacheck/smartfilter
DELETE
Disablesmartfilteroncase — London Stock Exchange Group Disable smart filter on a case
/v1/cases/{casesystemid}/mediacheck/smartfilter

MCP Tools

london-stock-exchange-group-retrieve

London Stock Exchange Group Retrieve smart filter on a case

read-only idempotent
london-stock-exchange-group-enable

London Stock Exchange Group Enable smart filter on a case

idempotent
london-stock-exchange-group-disable

London Stock Exchange Group Disable smart filter on a case

idempotent

Capability Spec

lseg-world-check-one-smart-filter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: London Stock Exchange Group LSEG World-Check One API — Smart-Filter
  description: 'London Stock Exchange Group LSEG World-Check One API — Smart-Filter. 3 operations. Lead operation: London
    Stock Exchange Group Retrieve smart filter on a case. Self-contained Naftiko capability covering one London Stock Exchange
    Group business surface.'
  tags:
  - London Stock Exchange Group
  - Smart-Filter
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LONDON_STOCK_EXCHANGE_GROUP_API_KEY: LONDON_STOCK_EXCHANGE_GROUP_API_KEY
capability:
  consumes:
  - type: http
    namespace: lseg-world-check-one-smart-filter
    baseUri: https://api-worldcheck.refinitiv.com/v2
    description: London Stock Exchange Group LSEG World-Check One API — Smart-Filter business capability. Self-contained,
      no shared references.
    resources:
    - name: cases-caseSystemId-mediacheck-smartFilter
      path: /cases/{caseSystemId}/mediacheck/smartFilter
      operations:
      - name: getmediachecksmartfilter
        method: GET
        description: London Stock Exchange Group Retrieve smart filter on a case
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: The authorization credentials including 'keyId', 'algorithm', 'headers', 'signature' (see 'Security
            and Authentication details' documentation section for more d
          required: true
        - name: Date
          in: header
          type: string
          description: The date and time at which the message was originated in 'RFC 1123' format
          required: true
        - name: caseSystemId
          in: path
          type: string
          description: System generated ID for a case.
          required: true
      - name: enablesmartfilteroncase
        method: PUT
        description: London Stock Exchange Group Enable smart filter on a case
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: The authorization credentials including 'keyId', 'algorithm', 'headers', 'signature' (see 'Security
            and Authentication details' documentation section for more d
          required: true
        - name: Date
          in: header
          type: string
          description: The date and time at which the message was originated in 'RFC 1123' format
          required: true
        - name: caseSystemId
          in: path
          type: string
          description: System generated ID for a case.
          required: true
      - name: disablesmartfilteroncase
        method: DELETE
        description: London Stock Exchange Group Disable smart filter on a case
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: The authorization credentials including 'keyId', 'algorithm', 'headers', 'signature' (see 'Security
            and Authentication details' documentation section for more d
          required: true
        - name: Date
          in: header
          type: string
          description: The date and time at which the message was originated in 'RFC 1123' format
          required: true
        - name: caseSystemId
          in: path
          type: string
          description: System generated ID for a case.
          required: true
  exposes:
  - type: rest
    namespace: lseg-world-check-one-smart-filter-rest
    port: 8080
    description: REST adapter for London Stock Exchange Group LSEG World-Check One API — Smart-Filter. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/cases/{casesystemid}/mediacheck/smartfilter
      name: cases-casesystemid-mediacheck-smartfilter
      description: REST surface for cases-caseSystemId-mediacheck-smartFilter.
      operations:
      - method: GET
        name: getmediachecksmartfilter
        description: London Stock Exchange Group Retrieve smart filter on a case
        call: lseg-world-check-one-smart-filter.getmediachecksmartfilter
        with:
          Authorization: rest.Authorization
          Date: rest.Date
          caseSystemId: rest.caseSystemId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: enablesmartfilteroncase
        description: London Stock Exchange Group Enable smart filter on a case
        call: lseg-world-check-one-smart-filter.enablesmartfilteroncase
        with:
          Authorization: rest.Authorization
          Date: rest.Date
          caseSystemId: rest.caseSystemId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: disablesmartfilteroncase
        description: London Stock Exchange Group Disable smart filter on a case
        call: lseg-world-check-one-smart-filter.disablesmartfilteroncase
        with:
          Authorization: rest.Authorization
          Date: rest.Date
          caseSystemId: rest.caseSystemId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: lseg-world-check-one-smart-filter-mcp
    port: 9090
    transport: http
    description: MCP adapter for London Stock Exchange Group LSEG World-Check One API — Smart-Filter. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: london-stock-exchange-group-retrieve
      description: London Stock Exchange Group Retrieve smart filter on a case
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lseg-world-check-one-smart-filter.getmediachecksmartfilter
      with:
        Authorization: tools.Authorization
        Date: tools.Date
        caseSystemId: tools.caseSystemId
      outputParameters:
      - type: object
        mapping: $.
    - name: london-stock-exchange-group-enable
      description: London Stock Exchange Group Enable smart filter on a case
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: lseg-world-check-one-smart-filter.enablesmartfilteroncase
      with:
        Authorization: tools.Authorization
        Date: tools.Date
        caseSystemId: tools.caseSystemId
      outputParameters:
      - type: object
        mapping: $.
    - name: london-stock-exchange-group-disable
      description: London Stock Exchange Group Disable smart filter on a case
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: lseg-world-check-one-smart-filter.disablesmartfilteroncase
      with:
        Authorization: tools.Authorization
        Date: tools.Date
        caseSystemId: tools.caseSystemId
      outputParameters:
      - type: object
        mapping: $.