Diamond Search · Capability

Diamond Search IDEX Data API - Report 3

API for retrieving data report 3 in CSV format.

Run with Naftiko DiamondSearchAPI

What You Can Do

POST
Post getreport3 — Diamond Search Retrieve Report 3 Data
/getreport3

MCP Tools

post-getreport3

Diamond Search Retrieve Report 3 Data

Capability Spec

diamond-search-capability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Diamond Search IDEX Data API - Report 3
  description: API for retrieving data report 3 in CSV format.
  tags:
  - Diamond
  - Search
  - API
  created: '2026-05-06'
  modified: '2026-05-06'
capability:
  consumes:
  - type: http
    namespace: diamond-search
    baseUri: https://api.idexonline.com/idexdataapi/api
    description: Diamond Search IDEX Data API - Report 3 HTTP API.
    resources:
    - name: getreport3
      path: /getreport3
      operations:
      - name: post-getreport3
        method: POST
        description: Diamond Search Retrieve Report 3 Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    port: 8080
    namespace: diamond-search-rest
    description: REST adapter for Diamond Search IDEX Data API - Report 3.
    resources:
    - path: /getreport3
      name: post-getreport3
      operations:
      - method: POST
        name: post-getreport3
        description: Diamond Search Retrieve Report 3 Data
        call: diamond-search.post-getreport3
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    port: 9090
    namespace: diamond-search-mcp
    transport: http
    description: MCP adapter for Diamond Search IDEX Data API - Report 3 for AI agent use.
    tools:
    - name: post-getreport3
      description: Diamond Search Retrieve Report 3 Data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: diamond-search.post-getreport3
      outputParameters:
      - type: object
        mapping: $.