Azure API Management REST API — Schema

Azure API Management REST API — Schema. 5 operations. Lead operation: Microsoft Azure API Management WorkspaceGlobalSchema_ListByService. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementSchema

What You Can Do

GET
Workspaceglobalschemalistbyservice — Microsoft Azure API Management WorkspaceGlobalSchema_ListByService
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas
HEAD
Workspaceglobalschemagetentitytag — Microsoft Azure API Management WorkspaceGlobalSchema_GetEntityTag
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas/{schemaid}
GET
Workspaceglobalschemaget — Microsoft Azure API Management WorkspaceGlobalSchema_Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas/{schemaid}
PUT
Workspaceglobalschemacreateorupdate — Microsoft Azure API Management WorkspaceGlobalSchema_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas/{schemaid}
DELETE
Workspaceglobalschemadelete — Microsoft Azure API Management WorkspaceGlobalSchema_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas/{schemaid}

MCP Tools

microsoft-azure-api-management-workspaceglobalschema

Microsoft Azure API Management WorkspaceGlobalSchema_ListByService

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

Microsoft Azure API Management WorkspaceGlobalSchema_GetEntityTag

microsoft-azure-api-management-workspaceglobalschema-3

Microsoft Azure API Management WorkspaceGlobalSchema_Get

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

Microsoft Azure API Management WorkspaceGlobalSchema_CreateOrUpdate

idempotent
microsoft-azure-api-management-workspaceglobalschema-5

Microsoft Azure API Management WorkspaceGlobalSchema_Delete

idempotent

Capability Spec

rest-schema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — Schema
  description: 'Azure API Management REST API — Schema. 5 operations. Lead operation: Microsoft Azure API Management WorkspaceGlobalSchema_ListByService.
    Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - Schema
  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-schema
    baseUri: https://management.azure.com
    description: Azure API Management REST API — Schema 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}/workspaces/{workspaceId}/schemas
      operations:
      - name: workspaceglobalschemalistbyservice
        method: GET
        description: Microsoft Azure API Management WorkspaceGlobalSchema_ListByService
        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}/workspaces/{workspaceId}/schemas/{schemaId}
      operations:
      - name: workspaceglobalschemagetentitytag
        method: HEAD
        description: Microsoft Azure API Management WorkspaceGlobalSchema_GetEntityTag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: workspaceglobalschemaget
        method: GET
        description: Microsoft Azure API Management WorkspaceGlobalSchema_Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: workspaceglobalschemacreateorupdate
        method: PUT
        description: Microsoft Azure API Management WorkspaceGlobalSchema_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: workspaceglobalschemadelete
        method: DELETE
        description: Microsoft Azure API Management WorkspaceGlobalSchema_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-schema-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — Schema. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workspaceglobalschemalistbyservice
        description: Microsoft Azure API Management WorkspaceGlobalSchema_ListByService
        call: rest-schema.workspaceglobalschemalistbyservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/schemas/{schemaid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: workspaceglobalschemagetentitytag
        description: Microsoft Azure API Management WorkspaceGlobalSchema_GetEntityTag
        call: rest-schema.workspaceglobalschemagetentitytag
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: workspaceglobalschemaget
        description: Microsoft Azure API Management WorkspaceGlobalSchema_Get
        call: rest-schema.workspaceglobalschemaget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workspaceglobalschemacreateorupdate
        description: Microsoft Azure API Management WorkspaceGlobalSchema_CreateOrUpdate
        call: rest-schema.workspaceglobalschemacreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: workspaceglobalschemadelete
        description: Microsoft Azure API Management WorkspaceGlobalSchema_Delete
        call: rest-schema.workspaceglobalschemadelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-schema-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — Schema. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-workspaceglobalschema
      description: Microsoft Azure API Management WorkspaceGlobalSchema_ListByService
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-schema.workspaceglobalschemalistbyservice
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-workspaceglobalschema-2
      description: Microsoft Azure API Management WorkspaceGlobalSchema_GetEntityTag
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-schema.workspaceglobalschemagetentitytag
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-workspaceglobalschema-3
      description: Microsoft Azure API Management WorkspaceGlobalSchema_Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-schema.workspaceglobalschemaget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-workspaceglobalschema-4
      description: Microsoft Azure API Management WorkspaceGlobalSchema_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-schema.workspaceglobalschemacreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-workspaceglobalschema-5
      description: Microsoft Azure API Management WorkspaceGlobalSchema_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-schema.workspaceglobalschemadelete
      outputParameters:
      - type: object
        mapping: $.