Microsoft Azure · Capability

Microsoft Azure SearchServiceClient — DataSources

Microsoft Azure SearchServiceClient — DataSources. 5 operations. Lead operation: Microsoft Azure Get Datasources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDataSources

What You Can Do

GET
Microsoftazuredatasourceslist — Microsoft Azure Get Datasources
/v1/datasources
POST
Microsoftazuredatasourcescreate — Microsoft Azure Post Datasources
/v1/datasources
PUT
Microsoftazuredatasourcescreateorupdate — Microsoft Azure Put Datasources Datasourcename
/v1/datasources-datasourcename
DELETE
Microsoftazuredatasourcesdelete — Microsoft Azure Delete Datasources Datasourcename
/v1/datasources-datasourcename
GET
Microsoftazuredatasourcesget — Microsoft Azure Get Datasources Datasourcename
/v1/datasources-datasourcename

MCP Tools

microsoft-azure-get-datasources

Microsoft Azure Get Datasources

read-only idempotent
microsoft-azure-post-datasources

Microsoft Azure Post Datasources

microsoft-azure-put-datasources-datasourcename

Microsoft Azure Put Datasources Datasourcename

idempotent
microsoft-azure-delete-datasources-datasourcename

Microsoft Azure Delete Datasources Datasourcename

idempotent
microsoft-azure-get-datasources-datasourcename

Microsoft Azure Get Datasources Datasourcename

read-only idempotent

Capability Spec

searchserviceclient-datasources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SearchServiceClient — DataSources
  description: 'Microsoft Azure SearchServiceClient — DataSources. 5 operations. Lead operation: Microsoft Azure Get Datasources.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DataSources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: searchserviceclient-datasources
    baseUri: ''
    description: Microsoft Azure SearchServiceClient — DataSources business capability. Self-contained, no shared references.
    resources:
    - name: datasources
      path: /datasources
      operations:
      - name: microsoftazuredatasourceslist
        method: GET
        description: Microsoft Azure Get Datasources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: string
          description: Selects which top-level properties of the data sources to retrieve. Specified as a comma-separated
            list of JSON property names, or '*' for all properties. The d
      - name: microsoftazuredatasourcescreate
        method: POST
        description: Microsoft Azure Post Datasources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSource
          in: body
          type: string
          description: The definition of the datasource to create.
          required: true
    - name: datasources('{dataSourceName}')
      path: /datasources('{dataSourceName}')
      operations:
      - name: microsoftazuredatasourcescreateorupdate
        method: PUT
        description: Microsoft Azure Put Datasources Datasourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSourceName
          in: path
          type: string
          description: The name of the datasource to create or update.
          required: true
        - name: dataSource
          in: body
          type: string
          description: The definition of the datasource to create or update.
          required: true
      - name: microsoftazuredatasourcesdelete
        method: DELETE
        description: Microsoft Azure Delete Datasources Datasourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSourceName
          in: path
          type: string
          description: The name of the datasource to delete.
          required: true
      - name: microsoftazuredatasourcesget
        method: GET
        description: Microsoft Azure Get Datasources Datasourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSourceName
          in: path
          type: string
          description: The name of the datasource to retrieve.
          required: true
  exposes:
  - type: rest
    namespace: searchserviceclient-datasources-rest
    port: 8080
    description: REST adapter for Microsoft Azure SearchServiceClient — DataSources. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/datasources
      name: datasources
      description: REST surface for datasources.
      operations:
      - method: GET
        name: microsoftazuredatasourceslist
        description: Microsoft Azure Get Datasources
        call: searchserviceclient-datasources.microsoftazuredatasourceslist
        with:
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazuredatasourcescreate
        description: Microsoft Azure Post Datasources
        call: searchserviceclient-datasources.microsoftazuredatasourcescreate
        with:
          dataSource: rest.dataSource
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/datasources-datasourcename
      name: datasources-datasourcename
      description: REST surface for datasources('{dataSourceName}').
      operations:
      - method: PUT
        name: microsoftazuredatasourcescreateorupdate
        description: Microsoft Azure Put Datasources Datasourcename
        call: searchserviceclient-datasources.microsoftazuredatasourcescreateorupdate
        with:
          dataSourceName: rest.dataSourceName
          dataSource: rest.dataSource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatasourcesdelete
        description: Microsoft Azure Delete Datasources Datasourcename
        call: searchserviceclient-datasources.microsoftazuredatasourcesdelete
        with:
          dataSourceName: rest.dataSourceName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuredatasourcesget
        description: Microsoft Azure Get Datasources Datasourcename
        call: searchserviceclient-datasources.microsoftazuredatasourcesget
        with:
          dataSourceName: rest.dataSourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: searchserviceclient-datasources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SearchServiceClient — DataSources. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-datasources
      description: Microsoft Azure Get Datasources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: searchserviceclient-datasources.microsoftazuredatasourceslist
      with:
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-datasources
      description: Microsoft Azure Post Datasources
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: searchserviceclient-datasources.microsoftazuredatasourcescreate
      with:
        dataSource: tools.dataSource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-datasources-datasourcename
      description: Microsoft Azure Put Datasources Datasourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: searchserviceclient-datasources.microsoftazuredatasourcescreateorupdate
      with:
        dataSourceName: tools.dataSourceName
        dataSource: tools.dataSource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-datasources-datasourcename
      description: Microsoft Azure Delete Datasources Datasourcename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: searchserviceclient-datasources.microsoftazuredatasourcesdelete
      with:
        dataSourceName: tools.dataSourceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-datasources-datasourcename
      description: Microsoft Azure Get Datasources Datasourcename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: searchserviceclient-datasources.microsoftazuredatasourcesget
      with:
        dataSourceName: tools.dataSourceName
      outputParameters:
      - type: object
        mapping: $.