Microsoft Azure · Capability

Microsoft Azure Azure Migrate Hub — DatabaseInstances

Microsoft Azure Azure Migrate Hub — DatabaseInstances. 2 operations. Lead operation: Microsoft Azure Gets A List Of Database Instances In The Migrate Project. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDatabaseInstances

What You Can Do

GET
Microsoftazuredatabaseinstancesenumeratedatabaseinstances — Microsoft Azure Gets A List Of Database Instances In The Migrate Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/databaseinstances
GET
Microsoftazuredatabaseinstancesgetdatabaseinstance — Microsoft Azure Gets A Database Instance In The Migrate Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/databaseinstances/{databaseinstancename}

MCP Tools

microsoft-azure-gets-list-database

Microsoft Azure Gets A List Of Database Instances In The Migrate Project

read-only idempotent
microsoft-azure-gets-database-instance

Microsoft Azure Gets A Database Instance In The Migrate Project

read-only idempotent

Capability Spec

azure-migrate-hub-databaseinstances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Hub — DatabaseInstances
  description: 'Microsoft Azure Azure Migrate Hub — DatabaseInstances. 2 operations. Lead operation: Microsoft Azure Gets
    A List Of Database Instances In The Migrate Project. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - DatabaseInstances
  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-hub-databaseinstances
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate Hub — DatabaseInstances business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances
      operations:
      - name: microsoftazuredatabaseinstancesenumeratedatabaseinstances
        method: GET
        description: Microsoft Azure Gets A List Of Database Instances In The Migrate Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances/{databaseInstanceName}
      operations:
      - name: microsoftazuredatabaseinstancesgetdatabaseinstance
        method: GET
        description: Microsoft Azure Gets A Database Instance In The Migrate Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-migrate-hub-databaseinstances-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Hub — DatabaseInstances. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/databaseinstances
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatabaseinstancesenumeratedatabaseinstances
        description: Microsoft Azure Gets A List Of Database Instances In The Migrate Project
        call: azure-migrate-hub-databaseinstances.microsoftazuredatabaseinstancesenumeratedatabaseinstances
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/databaseinstances/{databaseinstancename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatabaseinstancesgetdatabaseinstance
        description: Microsoft Azure Gets A Database Instance In The Migrate Project
        call: azure-migrate-hub-databaseinstances.microsoftazuredatabaseinstancesgetdatabaseinstance
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-hub-databaseinstances-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Hub — DatabaseInstances. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-database
      description: Microsoft Azure Gets A List Of Database Instances In The Migrate Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-hub-databaseinstances.microsoftazuredatabaseinstancesenumeratedatabaseinstances
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-database-instance
      description: Microsoft Azure Gets A Database Instance In The Migrate Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-hub-databaseinstances.microsoftazuredatabaseinstancesgetdatabaseinstance
      outputParameters:
      - type: object
        mapping: $.