Radius · Capability

Applications.Dapr Resource Management APIs — StateStores

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

Run with Naftiko RadiusStateStores

What You Can Do

GET
Statestoreslistbyscope — List DaprStateStoreResource resources by Scope
/v1/{rootscope}/providers/applications-dapr/statestores
GET
Statestoresget — Get a DaprStateStoreResource
/v1/{rootscope}/providers/applications-dapr/statestores/{statestorename}
PUT
Statestorescreateorupdate — Create a DaprStateStoreResource
/v1/{rootscope}/providers/applications-dapr/statestores/{statestorename}
PATCH
Statestoresupdate — Update a DaprStateStoreResource
/v1/{rootscope}/providers/applications-dapr/statestores/{statestorename}
DELETE
Statestoresdelete — Delete a DaprStateStoreResource
/v1/{rootscope}/providers/applications-dapr/statestores/{statestorename}

MCP Tools

list-daprstatestoreresource-resources-scope

List DaprStateStoreResource resources by Scope

read-only idempotent
get-daprstatestoreresource

Get a DaprStateStoreResource

read-only idempotent
create-daprstatestoreresource

Create a DaprStateStoreResource

idempotent
update-daprstatestoreresource

Update a DaprStateStoreResource

idempotent
delete-daprstatestoreresource

Delete a DaprStateStoreResource

idempotent

Capability Spec

applications-dapr-statestores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applications.Dapr Resource Management APIs — StateStores
  description: 'Applications.Dapr Resource Management APIs — StateStores. 5 operations. Lead operation: StateStores. Self-contained
    Naftiko capability covering one Radius business surface.'
  tags:
  - Radius
  - StateStores
  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-statestores
    baseUri: https://management.azure.com
    description: Applications.Dapr Resource Management APIs — StateStores business capability. Self-contained, no shared references.
    resources:
    - name: rootScope-providers-Applications.Dapr-stateStores
      path: /{rootScope}/providers/Applications.Dapr/stateStores
      operations:
      - name: statestoreslistbyscope
        method: GET
        description: List DaprStateStoreResource resources by Scope
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rootScope-providers-Applications.Dapr-stateStores-stateStoreName
      path: /{rootScope}/providers/Applications.Dapr/stateStores/{stateStoreName}
      operations:
      - name: statestoresget
        method: GET
        description: Get a DaprStateStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: stateStoreName
          in: path
          type: string
          description: StateStore name
          required: true
      - name: statestorescreateorupdate
        method: PUT
        description: Create a DaprStateStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: stateStoreName
          in: path
          type: string
          description: StateStore name
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: statestoresupdate
        method: PATCH
        description: Update a DaprStateStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: stateStoreName
          in: path
          type: string
          description: StateStore name
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: statestoresdelete
        method: DELETE
        description: Delete a DaprStateStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: stateStoreName
          in: path
          type: string
          description: StateStore name
          required: true
  exposes:
  - type: rest
    namespace: applications-dapr-statestores-rest
    port: 8080
    description: REST adapter for Applications.Dapr Resource Management APIs — StateStores. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{rootscope}/providers/applications-dapr/statestores
      name: rootscope-providers-applications-dapr-statestores
      description: REST surface for rootScope-providers-Applications.Dapr-stateStores.
      operations:
      - method: GET
        name: statestoreslistbyscope
        description: List DaprStateStoreResource resources by Scope
        call: applications-dapr-statestores.statestoreslistbyscope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{rootscope}/providers/applications-dapr/statestores/{statestorename}
      name: rootscope-providers-applications-dapr-statestores-statestorename
      description: REST surface for rootScope-providers-Applications.Dapr-stateStores-stateStoreName.
      operations:
      - method: GET
        name: statestoresget
        description: Get a DaprStateStoreResource
        call: applications-dapr-statestores.statestoresget
        with:
          stateStoreName: rest.stateStoreName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: statestorescreateorupdate
        description: Create a DaprStateStoreResource
        call: applications-dapr-statestores.statestorescreateorupdate
        with:
          stateStoreName: rest.stateStoreName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: statestoresupdate
        description: Update a DaprStateStoreResource
        call: applications-dapr-statestores.statestoresupdate
        with:
          stateStoreName: rest.stateStoreName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: statestoresdelete
        description: Delete a DaprStateStoreResource
        call: applications-dapr-statestores.statestoresdelete
        with:
          stateStoreName: rest.stateStoreName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-dapr-statestores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applications.Dapr Resource Management APIs — StateStores. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-daprstatestoreresource-resources-scope
      description: List DaprStateStoreResource resources by Scope
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-dapr-statestores.statestoreslistbyscope
      outputParameters:
      - type: object
        mapping: $.
    - name: get-daprstatestoreresource
      description: Get a DaprStateStoreResource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-dapr-statestores.statestoresget
      with:
        stateStoreName: tools.stateStoreName
      outputParameters:
      - type: object
        mapping: $.
    - name: create-daprstatestoreresource
      description: Create a DaprStateStoreResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-dapr-statestores.statestorescreateorupdate
      with:
        stateStoreName: tools.stateStoreName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: update-daprstatestoreresource
      description: Update a DaprStateStoreResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-dapr-statestores.statestoresupdate
      with:
        stateStoreName: tools.stateStoreName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-daprstatestoreresource
      description: Delete a DaprStateStoreResource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-dapr-statestores.statestoresdelete
      with:
        stateStoreName: tools.stateStoreName
      outputParameters:
      - type: object
        mapping: $.