Application Research · Capability

Application Research Radius API — Datastores

Application Research Radius API — Datastores. 3 operations. Lead operation: Application Research Get MongoDB database. Self-contained Naftiko capability covering one Application Research business surface.

Run with Naftiko Application ResearchDatastores

What You Can Do

GET
Mongodatabasesget — Application Research Get MongoDB database
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-datastores/mongodatabases/{mongodatabasename}
GET
Rediscachesget — Application Research Get Redis cache
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-datastores/rediscaches/{rediscachename}
GET
Sqldatabasesget — Application Research Get SQL database
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-datastores/sqldatabases/{sqldatabasename}

MCP Tools

application-research-get-mongodb-database

Application Research Get MongoDB database

read-only idempotent
application-research-get-redis-cache

Application Research Get Redis cache

read-only idempotent
application-research-get-sql-database

Application Research Get SQL database

read-only idempotent

Capability Spec

radius-datastores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Application Research Radius API — Datastores
  description: 'Application Research Radius API — Datastores. 3 operations. Lead operation: Application Research Get MongoDB
    database. Self-contained Naftiko capability covering one Application Research business surface.'
  tags:
  - Application Research
  - Datastores
  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-datastores
    baseUri: https://management.radapp.io
    description: Application Research Radius API — Datastores business capability. Self-contained, no shared references.
    resources:
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Datastores/mongoDatabases/{mongoDatabaseName}
      operations:
      - name: mongodatabasesget
        method: GET
        description: Application Research Get MongoDB database
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Datastores/redisCaches/{redisCacheName}
      operations:
      - name: rediscachesget
        method: GET
        description: Application Research Get Redis cache
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Datastores/sqlDatabases/{sqlDatabaseName}
      operations:
      - name: sqldatabasesget
        method: GET
        description: Application Research Get SQL database
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: radius-datastores-rest
    port: 8080
    description: REST adapter for Application Research Radius API — Datastores. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-datastores/mongodatabases/{mongodatabasename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: mongodatabasesget
        description: Application Research Get MongoDB database
        call: radius-datastores.mongodatabasesget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-datastores/rediscaches/{rediscachename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: rediscachesget
        description: Application Research Get Redis cache
        call: radius-datastores.rediscachesget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-datastores/sqldatabases/{sqldatabasename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: sqldatabasesget
        description: Application Research Get SQL database
        call: radius-datastores.sqldatabasesget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: radius-datastores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Application Research Radius API — Datastores. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: application-research-get-mongodb-database
      description: Application Research Get MongoDB database
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-datastores.mongodatabasesget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-redis-cache
      description: Application Research Get Redis cache
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-datastores.rediscachesget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-sql-database
      description: Application Research Get SQL database
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-datastores.sqldatabasesget
      outputParameters:
      - type: object
        mapping: $.