Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — MeshSecrets

Microsoft Azure Service Fabric Client APIs — MeshSecrets. 4 operations. Lead operation: Microsoft Azure Lists All The Secret Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMeshSecrets

What You Can Do

GET
Microsoftazuremeshsecretlist — Microsoft Azure Lists All The Secret Resources
/v1/resources/secrets
PUT
Microsoftazuremeshsecretcreateorupdate — Microsoft Azure Creates Or Updates A Secret Resource
/v1/resources/secrets/{secretresourcename}
GET
Microsoftazuremeshsecretget — Microsoft Azure Gets The Secret Resource With The Given Name
/v1/resources/secrets/{secretresourcename}
DELETE
Microsoftazuremeshsecretdelete — Microsoft Azure Deletes The Secret Resource
/v1/resources/secrets/{secretresourcename}

MCP Tools

microsoft-azure-lists-all-secret

Microsoft Azure Lists All The Secret Resources

read-only idempotent
microsoft-azure-creates-updates-secret

Microsoft Azure Creates Or Updates A Secret Resource

idempotent
microsoft-azure-gets-secret-resource

Microsoft Azure Gets The Secret Resource With The Given Name

read-only idempotent
microsoft-azure-deletes-secret-resource

Microsoft Azure Deletes The Secret Resource

idempotent

Capability Spec

service-fabric-client-apis-meshsecrets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Service Fabric Client APIs — MeshSecrets
  description: 'Microsoft Azure Service Fabric Client APIs — MeshSecrets. 4 operations. Lead operation: Microsoft Azure Lists
    All The Secret Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MeshSecrets
  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: service-fabric-client-apis-meshsecrets
    baseUri: http://localhost:19080
    description: Microsoft Azure Service Fabric Client APIs — MeshSecrets business capability. Self-contained, no shared references.
    resources:
    - name: Resources-Secrets
      path: /Resources/Secrets
      operations:
      - name: microsoftazuremeshsecretlist
        method: GET
        description: Microsoft Azure Lists All The Secret Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Resources-Secrets-secretResourceName
      path: /Resources/Secrets/{secretResourceName}
      operations:
      - name: microsoftazuremeshsecretcreateorupdate
        method: PUT
        description: Microsoft Azure Creates Or Updates A Secret Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremeshsecretget
        method: GET
        description: Microsoft Azure Gets The Secret Resource With The Given Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremeshsecretdelete
        method: DELETE
        description: Microsoft Azure Deletes The Secret Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: service-fabric-client-apis-meshsecrets-rest
    port: 8080
    description: REST adapter for Microsoft Azure Service Fabric Client APIs — MeshSecrets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/resources/secrets
      name: resources-secrets
      description: REST surface for Resources-Secrets.
      operations:
      - method: GET
        name: microsoftazuremeshsecretlist
        description: Microsoft Azure Lists All The Secret Resources
        call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/resources/secrets/{secretresourcename}
      name: resources-secrets-secretresourcename
      description: REST surface for Resources-Secrets-secretResourceName.
      operations:
      - method: PUT
        name: microsoftazuremeshsecretcreateorupdate
        description: Microsoft Azure Creates Or Updates A Secret Resource
        call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretcreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuremeshsecretget
        description: Microsoft Azure Gets The Secret Resource With The Given Name
        call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremeshsecretdelete
        description: Microsoft Azure Deletes The Secret Resource
        call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-fabric-client-apis-meshsecrets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Service Fabric Client APIs — MeshSecrets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-secret
      description: Microsoft Azure Lists All The Secret Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-secret
      description: Microsoft Azure Creates Or Updates A Secret Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretcreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-secret-resource
      description: Microsoft Azure Gets The Secret Resource With The Given Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-secret-resource
      description: Microsoft Azure Deletes The Secret Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: service-fabric-client-apis-meshsecrets.microsoftazuremeshsecretdelete
      outputParameters:
      - type: object
        mapping: $.