Microsoft Azure · Capability

Microsoft Azure Azure OpenAI Service API — Assistant

Microsoft Azure Azure OpenAI Service API — Assistant. 1 operations. Lead operation: Microsoft Azure Modifies An Assistant. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAssistant

What You Can Do

POST
Microsoftazuremodifyassistant — Microsoft Azure Modifies An Assistant
/v1/assistants/{assistant-id}

MCP Tools

microsoft-azure-modifies-assistant

Microsoft Azure Modifies An Assistant

Capability Spec

azure-openai-service-assistant.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure OpenAI Service API — Assistant
  description: 'Microsoft Azure Azure OpenAI Service API — Assistant. 1 operations. Lead operation: Microsoft Azure Modifies
    An Assistant. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Assistant
  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: azure-openai-service-assistant
    baseUri: https://{endpoint}/openai
    description: Microsoft Azure Azure OpenAI Service API — Assistant business capability. Self-contained, no shared references.
    resources:
    - name: assistants-assistant_id
      path: /assistants/{assistant_id}
      operations:
      - name: microsoftazuremodifyassistant
        method: POST
        description: Microsoft Azure Modifies An Assistant
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: assistant_id
          in: path
          type: string
          description: The ID of the assistant to modify.
          required: true
        - name: api-version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-openai-service-assistant-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI Service API — Assistant. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/assistants/{assistant-id}
      name: assistants-assistant-id
      description: REST surface for assistants-assistant_id.
      operations:
      - method: POST
        name: microsoftazuremodifyassistant
        description: Microsoft Azure Modifies An Assistant
        call: azure-openai-service-assistant.microsoftazuremodifyassistant
        with:
          assistant_id: rest.assistant_id
          api-version: rest.api-version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-service-assistant-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI Service API — Assistant. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-modifies-assistant
      description: Microsoft Azure Modifies An Assistant
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-service-assistant.microsoftazuremodifyassistant
      with:
        assistant_id: tools.assistant_id
        api-version: tools.api-version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.