Microsoft Azure · Capability

Microsoft Azure Azure Migrate Discovery Service — SqlJobsController

Microsoft Azure Azure Migrate Discovery Service — SqlJobsController. 2 operations. Lead operation: Microsoft Azure Gets The Sql Jobs. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSqlJobsController

What You Can Do

GET
Microsoftazuresqljobscontrollerlistbysqlsite — Microsoft Azure Gets The Sql Jobs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/mastersites/{sitename}/sqlsites/{sqlsitename}/jobs
GET
Microsoftazuresqljobscontrollerget — Microsoft Azure Gets The Sql Job
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/mastersites/{sitename}/sqlsites/{sqlsitename}/jobs/{jobname}

MCP Tools

microsoft-azure-gets-sql-jobs

Microsoft Azure Gets The Sql Jobs

read-only idempotent
microsoft-azure-gets-sql-job

Microsoft Azure Gets The Sql Job

read-only idempotent

Capability Spec

azure-migrate-discovery-service-sqljobscontroller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Discovery Service — SqlJobsController
  description: 'Microsoft Azure Azure Migrate Discovery Service — SqlJobsController. 2 operations. Lead operation: Microsoft
    Azure Gets The Sql Jobs. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SqlJobsController
  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: azure-migrate-discovery-service-sqljobscontroller
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate Discovery Service — SqlJobsController business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/sqlSites/{sqlSiteName}/jobs
      operations:
      - name: microsoftazuresqljobscontrollerlistbysqlsite
        method: GET
        description: Microsoft Azure Gets The Sql Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: siteName
          in: path
          type: string
          description: Site name
          required: true
        - name: sqlSiteName
          in: path
          type: string
          description: SQL site name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/sqlSites/{sqlSiteName}/jobs/{jobName}
      operations:
      - name: microsoftazuresqljobscontrollerget
        method: GET
        description: Microsoft Azure Gets The Sql Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: siteName
          in: path
          type: string
          description: Site name
          required: true
        - name: sqlSiteName
          in: path
          type: string
          description: SQL site name.
          required: true
        - name: jobName
          in: path
          type: string
          description: SQL Job name.
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-discovery-service-sqljobscontroller-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Discovery Service — SqlJobsController. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/mastersites/{sitename}/sqlsites/{sqlsitename}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresqljobscontrollerlistbysqlsite
        description: Microsoft Azure Gets The Sql Jobs
        call: azure-migrate-discovery-service-sqljobscontroller.microsoftazuresqljobscontrollerlistbysqlsite
        with:
          siteName: rest.siteName
          sqlSiteName: rest.sqlSiteName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/mastersites/{sitename}/sqlsites/{sqlsitename}/jobs/{jobname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresqljobscontrollerget
        description: Microsoft Azure Gets The Sql Job
        call: azure-migrate-discovery-service-sqljobscontroller.microsoftazuresqljobscontrollerget
        with:
          siteName: rest.siteName
          sqlSiteName: rest.sqlSiteName
          jobName: rest.jobName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-discovery-service-sqljobscontroller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Discovery Service — SqlJobsController. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-sql-jobs
      description: Microsoft Azure Gets The Sql Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-discovery-service-sqljobscontroller.microsoftazuresqljobscontrollerlistbysqlsite
      with:
        siteName: tools.siteName
        sqlSiteName: tools.sqlSiteName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-sql-job
      description: Microsoft Azure Gets The Sql Job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-discovery-service-sqljobscontroller.microsoftazuresqljobscontrollerget
      with:
        siteName: tools.siteName
        sqlSiteName: tools.sqlSiteName
        jobName: tools.jobName
      outputParameters:
      - type: object
        mapping: $.