Microsoft Graph · Capability

Microsoft Graph Solutions — solutions.solutionsRoot

Microsoft Graph Solutions — solutions.solutionsRoot. 2 operations. Lead operation: Microsoft Graph Get solutions. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsolutions.solutionsRoot

What You Can Do

GET
Solutionssolutionsrootgetsolutionsroot — Microsoft Graph Get solutions
/v1/solutions
PATCH
Solutionssolutionsrootupdatesolutionsroot — Microsoft Graph Update solutions
/v1/solutions

MCP Tools

microsoft-graph-get-solutions

Microsoft Graph Get solutions

read-only idempotent
microsoft-graph-update-solutions

Microsoft Graph Update solutions

idempotent

Capability Spec

solutions-solutions-solutionsroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Solutions — solutions.solutionsRoot
  description: 'Microsoft Graph Solutions — solutions.solutionsRoot. 2 operations. Lead operation: Microsoft Graph Get solutions.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - solutions.solutionsRoot
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: solutions-solutions-solutionsroot
    baseUri: ''
    description: Microsoft Graph Solutions — solutions.solutionsRoot business capability. Self-contained, no shared references.
    resources:
    - name: solutions
      path: /solutions
      operations:
      - name: solutionssolutionsrootgetsolutionsroot
        method: GET
        description: Microsoft Graph Get solutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: solutionssolutionsrootupdatesolutionsroot
        method: PATCH
        description: Microsoft Graph Update solutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: solutions-solutions-solutionsroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph Solutions — solutions.solutionsRoot. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/solutions
      name: solutions
      description: REST surface for solutions.
      operations:
      - method: GET
        name: solutionssolutionsrootgetsolutionsroot
        description: Microsoft Graph Get solutions
        call: solutions-solutions-solutionsroot.solutionssolutionsrootgetsolutionsroot
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: solutionssolutionsrootupdatesolutionsroot
        description: Microsoft Graph Update solutions
        call: solutions-solutions-solutionsroot.solutionssolutionsrootupdatesolutionsroot
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solutions-solutions-solutionsroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Solutions — solutions.solutionsRoot. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-solutions
      description: Microsoft Graph Get solutions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solutions-solutions-solutionsroot.solutionssolutionsrootgetsolutionsroot
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-solutions
      description: Microsoft Graph Update solutions
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solutions-solutions-solutionsroot.solutionssolutionsrootupdatesolutionsroot
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.