Microsoft Azure · Capability

Microsoft Azure CloudNativeTest — AppComponent

Microsoft Azure CloudNativeTest — AppComponent. 4 operations. Lead operation: Microsoft Azure Get App Components For A Test Model Or A Test Run Of Given Name In Query Param. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAppComponent

What You Can Do

GET
Microsoftazureappcomponentgetappcomponent — Microsoft Azure Get App Components For A Test Model Or A Test Run Of Given Name In Query Param
/v1/appcomponents
PATCH
Microsoftazureappcomponentcreateorupdateappcomponents — Microsoft Azure Associate App Component A Azure Resource Model To A Test Model Or Test Run
/v1/appcomponents/{name}
DELETE
Microsoftazureappcomponentdeleteappcomponent — Microsoft Azure Delete App Component
/v1/appcomponents/{name}
GET
Microsoftazureappcomponentgetappcomponentbyname — Microsoft Azure Get App Components For A Given Appcomponentname In Query Param
/v1/appcomponents/{name}

MCP Tools

microsoft-azure-get-app-components

Microsoft Azure Get App Components For A Test Model Or A Test Run Of Given Name In Query Param

read-only idempotent
microsoft-azure-associate-app-component

Microsoft Azure Associate App Component A Azure Resource Model To A Test Model Or Test Run

idempotent
microsoft-azure-delete-app-component

Microsoft Azure Delete App Component

idempotent
microsoft-azure-get-app-components-2

Microsoft Azure Get App Components For A Given Appcomponentname In Query Param

read-only idempotent

Capability Spec

cloudnativetest-appcomponent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CloudNativeTest — AppComponent
  description: 'Microsoft Azure CloudNativeTest — AppComponent. 4 operations. Lead operation: Microsoft Azure Get App Components
    For A Test Model Or A Test Run Of Given Name In Query Param. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - AppComponent
  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: cloudnativetest-appcomponent
    baseUri: ''
    description: Microsoft Azure CloudNativeTest — AppComponent business capability. Self-contained, no shared references.
    resources:
    - name: appcomponents
      path: /appcomponents
      operations:
      - name: microsoftazureappcomponentgetappcomponent
        method: GET
        description: Microsoft Azure Get App Components For A Test Model Or A Test Run Of Given Name In Query Param
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: testId
          in: query
          type: string
          description: Required testId, if testRunId name is not provided
        - name: testRunId
          in: query
          type: string
          description: Required testRunId, if testId is not provided
        - name: api-version
          in: query
          type: string
          description: Api version
          required: true
    - name: appcomponents-name
      path: /appcomponents/{name}
      operations:
      - name: microsoftazureappcomponentcreateorupdateappcomponents
        method: PATCH
        description: Microsoft Azure Associate App Component A Azure Resource Model To A Test Model Or Test Run
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Unique identifier for app component name, must be a valid URL character ^[a-z0-9_-]*$
          required: true
        - name: api-version
          in: query
          type: string
          description: Api version
          required: true
        - name: body
          in: body
          type: string
          description: App component model
          required: true
      - name: microsoftazureappcomponentdeleteappcomponent
        method: DELETE
        description: Microsoft Azure Delete App Component
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Unique identifier for app component name, must be a valid URL character ^[a-z0-9_-]*$
          required: true
        - name: api-version
          in: query
          type: string
          description: Api version
          required: true
      - name: microsoftazureappcomponentgetappcomponentbyname
        method: GET
        description: Microsoft Azure Get App Components For A Given Appcomponentname In Query Param
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Unique identifier for app component name, must be a valid URL character ^[a-z0-9_-]*$
          required: true
        - name: api-version
          in: query
          type: string
          description: Api version
          required: true
  exposes:
  - type: rest
    namespace: cloudnativetest-appcomponent-rest
    port: 8080
    description: REST adapter for Microsoft Azure CloudNativeTest — AppComponent. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/appcomponents
      name: appcomponents
      description: REST surface for appcomponents.
      operations:
      - method: GET
        name: microsoftazureappcomponentgetappcomponent
        description: Microsoft Azure Get App Components For A Test Model Or A Test Run Of Given Name In Query Param
        call: cloudnativetest-appcomponent.microsoftazureappcomponentgetappcomponent
        with:
          testId: rest.testId
          testRunId: rest.testRunId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/appcomponents/{name}
      name: appcomponents-name
      description: REST surface for appcomponents-name.
      operations:
      - method: PATCH
        name: microsoftazureappcomponentcreateorupdateappcomponents
        description: Microsoft Azure Associate App Component A Azure Resource Model To A Test Model Or Test Run
        call: cloudnativetest-appcomponent.microsoftazureappcomponentcreateorupdateappcomponents
        with:
          name: rest.name
          api-version: rest.api-version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureappcomponentdeleteappcomponent
        description: Microsoft Azure Delete App Component
        call: cloudnativetest-appcomponent.microsoftazureappcomponentdeleteappcomponent
        with:
          name: rest.name
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureappcomponentgetappcomponentbyname
        description: Microsoft Azure Get App Components For A Given Appcomponentname In Query Param
        call: cloudnativetest-appcomponent.microsoftazureappcomponentgetappcomponentbyname
        with:
          name: rest.name
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudnativetest-appcomponent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CloudNativeTest — AppComponent. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-app-components
      description: Microsoft Azure Get App Components For A Test Model Or A Test Run Of Given Name In Query Param
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudnativetest-appcomponent.microsoftazureappcomponentgetappcomponent
      with:
        testId: tools.testId
        testRunId: tools.testRunId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-associate-app-component
      description: Microsoft Azure Associate App Component A Azure Resource Model To A Test Model Or Test Run
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudnativetest-appcomponent.microsoftazureappcomponentcreateorupdateappcomponents
      with:
        name: tools.name
        api-version: tools.api-version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-app-component
      description: Microsoft Azure Delete App Component
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudnativetest-appcomponent.microsoftazureappcomponentdeleteappcomponent
      with:
        name: tools.name
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-app-components-2
      description: Microsoft Azure Get App Components For A Given Appcomponentname In Query Param
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudnativetest-appcomponent.microsoftazureappcomponentgetappcomponentbyname
      with:
        name: tools.name
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.