Microsoft Azure · Capability

Microsoft Azure Azure Migrate V2 — DatabasesController

Microsoft Azure Azure Migrate V2 — DatabasesController. 2 operations. Lead operation: Microsoft Azure Gets A List Of Databases In The Migrate Project. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDatabasesController

What You Can Do

GET
Microsoftazuredatabasescontrollerlistdatabases — Microsoft Azure Gets A List Of Databases In The Migrate Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/databases
GET
Microsoftazuredatabasescontrollergetdatabase — Microsoft Azure Gets A Database In The Migrate Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/databases/{databasename}

MCP Tools

microsoft-azure-gets-list-databases

Microsoft Azure Gets A List Of Databases In The Migrate Project

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

Microsoft Azure Gets A Database In The Migrate Project

read-only idempotent

Capability Spec

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