Radius · Capability

Applications.Dapr Resource Management APIs — SecretStores

Applications.Dapr Resource Management APIs — SecretStores. 5 operations. Lead operation: SecretStores. Self-contained Naftiko capability covering one Radius business surface.

Run with Naftiko RadiusSecretStores

What You Can Do

GET
Secretstoreslistbyscope — List DaprSecretStoreResource resources by Scope
/v1/{rootscope}/providers/applications-dapr/secretstores
GET
Secretstoresget — Get a DaprSecretStoreResource
/v1/{rootscope}/providers/applications-dapr/secretstores/{secretstorename}
PUT
Secretstorescreateorupdate — Create a DaprSecretStoreResource
/v1/{rootscope}/providers/applications-dapr/secretstores/{secretstorename}
PATCH
Secretstoresupdate — Update a DaprSecretStoreResource
/v1/{rootscope}/providers/applications-dapr/secretstores/{secretstorename}
DELETE
Secretstoresdelete — Delete a DaprSecretStoreResource
/v1/{rootscope}/providers/applications-dapr/secretstores/{secretstorename}

MCP Tools

list-daprsecretstoreresource-resources-scope

List DaprSecretStoreResource resources by Scope

read-only idempotent
get-daprsecretstoreresource

Get a DaprSecretStoreResource

read-only idempotent
create-daprsecretstoreresource

Create a DaprSecretStoreResource

idempotent
update-daprsecretstoreresource

Update a DaprSecretStoreResource

idempotent
delete-daprsecretstoreresource

Delete a DaprSecretStoreResource

idempotent

Capability Spec

applications-dapr-secretstores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applications.Dapr Resource Management APIs — SecretStores
  description: 'Applications.Dapr Resource Management APIs — SecretStores. 5 operations. Lead operation: SecretStores. Self-contained
    Naftiko capability covering one Radius business surface.'
  tags:
  - Radius
  - SecretStores
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RADIUS_API_KEY: RADIUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: applications-dapr-secretstores
    baseUri: https://management.azure.com
    description: Applications.Dapr Resource Management APIs — SecretStores business capability. Self-contained, no shared
      references.
    resources:
    - name: rootScope-providers-Applications.Dapr-secretStores
      path: /{rootScope}/providers/Applications.Dapr/secretStores
      operations:
      - name: secretstoreslistbyscope
        method: GET
        description: List DaprSecretStoreResource resources by Scope
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rootScope-providers-Applications.Dapr-secretStores-secretStoreName
      path: /{rootScope}/providers/Applications.Dapr/secretStores/{secretStoreName}
      operations:
      - name: secretstoresget
        method: GET
        description: Get a DaprSecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
      - name: secretstorescreateorupdate
        method: PUT
        description: Create a DaprSecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: secretstoresupdate
        method: PATCH
        description: Update a DaprSecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: secretstoresdelete
        method: DELETE
        description: Delete a DaprSecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
  exposes:
  - type: rest
    namespace: applications-dapr-secretstores-rest
    port: 8080
    description: REST adapter for Applications.Dapr Resource Management APIs — SecretStores. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{rootscope}/providers/applications-dapr/secretstores
      name: rootscope-providers-applications-dapr-secretstores
      description: REST surface for rootScope-providers-Applications.Dapr-secretStores.
      operations:
      - method: GET
        name: secretstoreslistbyscope
        description: List DaprSecretStoreResource resources by Scope
        call: applications-dapr-secretstores.secretstoreslistbyscope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{rootscope}/providers/applications-dapr/secretstores/{secretstorename}
      name: rootscope-providers-applications-dapr-secretstores-secretstorename
      description: REST surface for rootScope-providers-Applications.Dapr-secretStores-secretStoreName.
      operations:
      - method: GET
        name: secretstoresget
        description: Get a DaprSecretStoreResource
        call: applications-dapr-secretstores.secretstoresget
        with:
          secretStoreName: rest.secretStoreName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: secretstorescreateorupdate
        description: Create a DaprSecretStoreResource
        call: applications-dapr-secretstores.secretstorescreateorupdate
        with:
          secretStoreName: rest.secretStoreName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: secretstoresupdate
        description: Update a DaprSecretStoreResource
        call: applications-dapr-secretstores.secretstoresupdate
        with:
          secretStoreName: rest.secretStoreName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: secretstoresdelete
        description: Delete a DaprSecretStoreResource
        call: applications-dapr-secretstores.secretstoresdelete
        with:
          secretStoreName: rest.secretStoreName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-dapr-secretstores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applications.Dapr Resource Management APIs — SecretStores. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-daprsecretstoreresource-resources-scope
      description: List DaprSecretStoreResource resources by Scope
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-dapr-secretstores.secretstoreslistbyscope
      outputParameters:
      - type: object
        mapping: $.
    - name: get-daprsecretstoreresource
      description: Get a DaprSecretStoreResource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-dapr-secretstores.secretstoresget
      with:
        secretStoreName: tools.secretStoreName
      outputParameters:
      - type: object
        mapping: $.
    - name: create-daprsecretstoreresource
      description: Create a DaprSecretStoreResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-dapr-secretstores.secretstorescreateorupdate
      with:
        secretStoreName: tools.secretStoreName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: update-daprsecretstoreresource
      description: Update a DaprSecretStoreResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-dapr-secretstores.secretstoresupdate
      with:
        secretStoreName: tools.secretStoreName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-daprsecretstoreresource
      description: Delete a DaprSecretStoreResource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-dapr-secretstores.secretstoresdelete
      with:
        secretStoreName: tools.secretStoreName
      outputParameters:
      - type: object
        mapping: $.