Azure API Management Developer Portal — Portal

Azure API Management Developer Portal — Portal. 1 operations. Lead operation: Developer portal home page. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementPortal

What You Can Do

GET
Devportalhome — Developer portal home page
/v1

MCP Tools

developer-portal-home-page

Developer portal home page

read-only idempotent

Capability Spec

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