Application Research · Capability

Application Research Radius API — Dapr

Application Research Radius API — Dapr. 4 operations. Lead operation: Application Research Get Dapr configuration store. Self-contained Naftiko capability covering one Application Research business surface.

Run with Naftiko Application ResearchDapr

What You Can Do

GET
Daprconfigurationstoresget — Application Research Get Dapr configuration store
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/configurationstores/{configurationstorename}
GET
Daprpubsubbrokersget — Application Research Get Dapr pub/sub broker
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/pubsubbrokers/{pubsubbrokername}
GET
Daprsecretstoresget — Application Research Get Dapr secret store
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/secretstores/{daprsecretstorename}
GET
Daprstatestoresget — Application Research Get Dapr state store
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/statestores/{statestorename}

MCP Tools

application-research-get-dapr-configuration

Application Research Get Dapr configuration store

read-only idempotent
application-research-get-dapr-pub

Application Research Get Dapr pub/sub broker

read-only idempotent
application-research-get-dapr-secret

Application Research Get Dapr secret store

read-only idempotent
application-research-get-dapr-state

Application Research Get Dapr state store

read-only idempotent

Capability Spec

radius-dapr.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Application Research Radius API — Dapr
  description: 'Application Research Radius API — Dapr. 4 operations. Lead operation: Application Research Get Dapr configuration
    store. Self-contained Naftiko capability covering one Application Research business surface.'
  tags:
  - Application Research
  - Dapr
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLICATION_RESEARCH_API_KEY: APPLICATION_RESEARCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: radius-dapr
    baseUri: https://management.radapp.io
    description: Application Research Radius API — Dapr business capability. Self-contained, no shared references.
    resources:
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Dapr/configurationStores/{configurationStoreName}
      operations:
      - name: daprconfigurationstoresget
        method: GET
        description: Application Research Get Dapr configuration store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Dapr/pubSubBrokers/{pubSubBrokerName}
      operations:
      - name: daprpubsubbrokersget
        method: GET
        description: Application Research Get Dapr pub/sub broker
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Dapr/secretStores/{daprSecretStoreName}
      operations:
      - name: daprsecretstoresget
        method: GET
        description: Application Research Get Dapr secret store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Dapr/stateStores/{stateStoreName}
      operations:
      - name: daprstatestoresget
        method: GET
        description: Application Research Get Dapr state store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: radius-dapr-rest
    port: 8080
    description: REST adapter for Application Research Radius API — Dapr. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/configurationstores/{configurationstorename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: daprconfigurationstoresget
        description: Application Research Get Dapr configuration store
        call: radius-dapr.daprconfigurationstoresget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/pubsubbrokers/{pubsubbrokername}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: daprpubsubbrokersget
        description: Application Research Get Dapr pub/sub broker
        call: radius-dapr.daprpubsubbrokersget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/secretstores/{daprsecretstorename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: daprsecretstoresget
        description: Application Research Get Dapr secret store
        call: radius-dapr.daprsecretstoresget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-dapr/statestores/{statestorename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: daprstatestoresget
        description: Application Research Get Dapr state store
        call: radius-dapr.daprstatestoresget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: radius-dapr-mcp
    port: 9090
    transport: http
    description: MCP adapter for Application Research Radius API — Dapr. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: application-research-get-dapr-configuration
      description: Application Research Get Dapr configuration store
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-dapr.daprconfigurationstoresget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-dapr-pub
      description: Application Research Get Dapr pub/sub broker
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-dapr.daprpubsubbrokersget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-dapr-secret
      description: Application Research Get Dapr secret store
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-dapr.daprsecretstoresget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-dapr-state
      description: Application Research Get Dapr state store
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-dapr.daprstatestoresget
      outputParameters:
      - type: object
        mapping: $.