Azure API Management REST API — GraphQLApiResolver

Azure API Management REST API — GraphQLApiResolver. 6 operations. Lead operation: Microsoft Azure API Management GraphQLApiResolver_ListByApi. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementGraphQLApiResolver

What You Can Do

GET
Graphqlapiresolverlistbyapi — Microsoft Azure API Management GraphQLApiResolver_ListByApi
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers
HEAD
Graphqlapiresolvergetentitytag — Microsoft Azure API Management GraphQLApiResolver_GetEntityTag
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers/{resolverid}
GET
Graphqlapiresolverget — Microsoft Azure API Management GraphQLApiResolver_Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers/{resolverid}
PUT
Graphqlapiresolvercreateorupdate — Microsoft Azure API Management GraphQLApiResolver_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers/{resolverid}
PATCH
Graphqlapiresolverupdate — Microsoft Azure API Management GraphQLApiResolver_Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers/{resolverid}
DELETE
Graphqlapiresolverdelete — Microsoft Azure API Management GraphQLApiResolver_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers/{resolverid}

MCP Tools

microsoft-azure-api-management-graphqlapiresolver

Microsoft Azure API Management GraphQLApiResolver_ListByApi

read-only idempotent
microsoft-azure-api-management-graphqlapiresolver-2

Microsoft Azure API Management GraphQLApiResolver_GetEntityTag

microsoft-azure-api-management-graphqlapiresolver-3

Microsoft Azure API Management GraphQLApiResolver_Get

read-only idempotent
microsoft-azure-api-management-graphqlapiresolver-4

Microsoft Azure API Management GraphQLApiResolver_CreateOrUpdate

idempotent
microsoft-azure-api-management-graphqlapiresolver-5

Microsoft Azure API Management GraphQLApiResolver_Update

idempotent
microsoft-azure-api-management-graphqlapiresolver-6

Microsoft Azure API Management GraphQLApiResolver_Delete

idempotent

Capability Spec

rest-graphqlapiresolver.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — GraphQLApiResolver
  description: 'Azure API Management REST API — GraphQLApiResolver. 6 operations. Lead operation: Microsoft Azure API Management
    GraphQLApiResolver_ListByApi. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - GraphQLApiResolver
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_MANAGEMENT_API_KEY: MICROSOFT_AZURE_API_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-graphqlapiresolver
    baseUri: https://management.azure.com
    description: Azure API Management REST API — GraphQLApiResolver business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers
      operations:
      - name: graphqlapiresolverlistbyapi
        method: GET
        description: Microsoft Azure API Management GraphQLApiResolver_ListByApi
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}
      operations:
      - name: graphqlapiresolvergetentitytag
        method: HEAD
        description: Microsoft Azure API Management GraphQLApiResolver_GetEntityTag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: graphqlapiresolverget
        method: GET
        description: Microsoft Azure API Management GraphQLApiResolver_Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: graphqlapiresolvercreateorupdate
        method: PUT
        description: Microsoft Azure API Management GraphQLApiResolver_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: graphqlapiresolverupdate
        method: PATCH
        description: Microsoft Azure API Management GraphQLApiResolver_Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: graphqlapiresolverdelete
        method: DELETE
        description: Microsoft Azure API Management GraphQLApiResolver_Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-graphqlapiresolver-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — GraphQLApiResolver. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: graphqlapiresolverlistbyapi
        description: Microsoft Azure API Management GraphQLApiResolver_ListByApi
        call: rest-graphqlapiresolver.graphqlapiresolverlistbyapi
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/apis/{apiid}/resolvers/{resolverid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: graphqlapiresolvergetentitytag
        description: Microsoft Azure API Management GraphQLApiResolver_GetEntityTag
        call: rest-graphqlapiresolver.graphqlapiresolvergetentitytag
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: graphqlapiresolverget
        description: Microsoft Azure API Management GraphQLApiResolver_Get
        call: rest-graphqlapiresolver.graphqlapiresolverget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: graphqlapiresolvercreateorupdate
        description: Microsoft Azure API Management GraphQLApiResolver_CreateOrUpdate
        call: rest-graphqlapiresolver.graphqlapiresolvercreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: graphqlapiresolverupdate
        description: Microsoft Azure API Management GraphQLApiResolver_Update
        call: rest-graphqlapiresolver.graphqlapiresolverupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: graphqlapiresolverdelete
        description: Microsoft Azure API Management GraphQLApiResolver_Delete
        call: rest-graphqlapiresolver.graphqlapiresolverdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-graphqlapiresolver-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — GraphQLApiResolver. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-graphqlapiresolver
      description: Microsoft Azure API Management GraphQLApiResolver_ListByApi
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-graphqlapiresolver.graphqlapiresolverlistbyapi
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-graphqlapiresolver-2
      description: Microsoft Azure API Management GraphQLApiResolver_GetEntityTag
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-graphqlapiresolver.graphqlapiresolvergetentitytag
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-graphqlapiresolver-3
      description: Microsoft Azure API Management GraphQLApiResolver_Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-graphqlapiresolver.graphqlapiresolverget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-graphqlapiresolver-4
      description: Microsoft Azure API Management GraphQLApiResolver_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-graphqlapiresolver.graphqlapiresolvercreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-graphqlapiresolver-5
      description: Microsoft Azure API Management GraphQLApiResolver_Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-graphqlapiresolver.graphqlapiresolverupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-graphqlapiresolver-6
      description: Microsoft Azure API Management GraphQLApiResolver_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-graphqlapiresolver.graphqlapiresolverdelete
      outputParameters:
      - type: object
        mapping: $.