Microsoft Azure · Capability

Microsoft Azure NewRelic.Observability — ConnectedResources

Microsoft Azure NewRelic.Observability — ConnectedResources. 2 operations. Lead operation: Microsoft Azure Get Marketplace Info Mapped To The Given Monitor. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureConnectedResources

What You Can Do

POST
Microsoftazurebillinginfoget — Microsoft Azure Get Marketplace Info Mapped To The Given Monitor
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/getbillinginfo
POST
Microsoftazureconnectedpartnerresourceslist — Microsoft Azure List Of All Active Deployments That Are Associated With The Marketplace Subscription Linked To The Given Monitor
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/listconnectedpartnerresources

MCP Tools

microsoft-azure-get-marketplace-info

Microsoft Azure Get Marketplace Info Mapped To The Given Monitor

read-only
microsoft-azure-list-all-active

Microsoft Azure List Of All Active Deployments That Are Associated With The Marketplace Subscription Linked To The Given Monitor

read-only

Capability Spec

newrelicobservability-connectedresources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NewRelic.Observability — ConnectedResources
  description: 'Microsoft Azure NewRelic.Observability — ConnectedResources. 2 operations. Lead operation: Microsoft Azure
    Get Marketplace Info Mapped To The Given Monitor. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ConnectedResources
  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: newrelicobservability-connectedresources
    baseUri: https://management.azure.com
    description: Microsoft Azure NewRelic.Observability — ConnectedResources business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-NewRelic
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/getBillingInfo
      operations:
      - name: microsoftazurebillinginfoget
        method: POST
        description: Microsoft Azure Get Marketplace Info Mapped To The Given Monitor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: monitorName
          in: path
          type: string
          description: Name of the Monitors resource
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-NewRelic
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/listConnectedPartnerResources
      operations:
      - name: microsoftazureconnectedpartnerresourceslist
        method: POST
        description: Microsoft Azure List Of All Active Deployments That Are Associated With The Marketplace Subscription
          Linked To The Given Monitor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: monitorName
          in: path
          type: string
          description: Name of the Monitors resource
          required: true
        - name: body
          in: body
          type: string
          description: Email Id of the user
  exposes:
  - type: rest
    namespace: newrelicobservability-connectedresources-rest
    port: 8080
    description: REST adapter for Microsoft Azure NewRelic.Observability — ConnectedResources. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/getbillinginfo
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-newrelic
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-NewRelic.
      operations:
      - method: POST
        name: microsoftazurebillinginfoget
        description: Microsoft Azure Get Marketplace Info Mapped To The Given Monitor
        call: newrelicobservability-connectedresources.microsoftazurebillinginfoget
        with:
          monitorName: rest.monitorName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/listconnectedpartnerresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-newrelic
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-NewRelic.
      operations:
      - method: POST
        name: microsoftazureconnectedpartnerresourceslist
        description: Microsoft Azure List Of All Active Deployments That Are Associated With The Marketplace Subscription
          Linked To The Given Monitor
        call: newrelicobservability-connectedresources.microsoftazureconnectedpartnerresourceslist
        with:
          monitorName: rest.monitorName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: newrelicobservability-connectedresources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NewRelic.Observability — ConnectedResources. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-marketplace-info
      description: Microsoft Azure Get Marketplace Info Mapped To The Given Monitor
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: newrelicobservability-connectedresources.microsoftazurebillinginfoget
      with:
        monitorName: tools.monitorName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-all-active
      description: Microsoft Azure List Of All Active Deployments That Are Associated With The Marketplace Subscription Linked
        To The Given Monitor
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: newrelicobservability-connectedresources.microsoftazureconnectedpartnerresourceslist
      with:
        monitorName: tools.monitorName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.