Azure API Management Developer Portal — User

Azure API Management Developer Portal — User. 1 operations. Lead operation: User profile and subscriptions. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementUser

What You Can Do

GET
Devportalprofile — User profile and subscriptions
/v1/profile

MCP Tools

user-profile-and-subscriptions

User profile and subscriptions

read-only idempotent

Capability Spec

developer-portal-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management Developer Portal — User
  description: 'Azure API Management Developer Portal — User. 1 operations. Lead operation: User profile and subscriptions.
    Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - User
  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: developer-portal-user
    baseUri: https://{service-name}.developer.azure-api.net
    description: Azure API Management Developer Portal — User business capability. Self-contained, no shared references.
    resources:
    - name: profile
      path: /profile
      operations:
      - name: devportalprofile
        method: GET
        description: User profile and subscriptions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: developer-portal-user-rest
    port: 8080
    description: REST adapter for Azure API Management Developer Portal — User. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/profile
      name: profile
      description: REST surface for profile.
      operations:
      - method: GET
        name: devportalprofile
        description: User profile and subscriptions
        call: developer-portal-user.devportalprofile
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: developer-portal-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management Developer Portal — User. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: user-profile-and-subscriptions
      description: User profile and subscriptions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: developer-portal-user.devportalprofile
      outputParameters:
      - type: object
        mapping: $.