Microsoft Copilot · Capability

Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval

Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval. 1 operations. Lead operation: Microsoft Copilot Retrieve Grounding Data. Self-contained Naftiko capability covering one Microsoft Copilot business surface.

Run with Naftiko Microsoft CopilotRetrieval

What You Can Do

POST
Copilotretrieval — Microsoft Copilot Retrieve Grounding Data
/v1/copilot/retrieval

MCP Tools

microsoft-copilot-retrieve-grounding-data

Microsoft Copilot Retrieve Grounding Data

read-only

Capability Spec

microsoft-copilot-retrieval.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval
  description: 'Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval. 1 operations. Lead operation: Microsoft Copilot
    Retrieve Grounding Data. Self-contained Naftiko capability covering one Microsoft Copilot business surface.'
  tags:
  - Microsoft Copilot
  - Retrieval
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_COPILOT_API_KEY: MICROSOFT_COPILOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-copilot-retrieval
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval business capability. Self-contained, no shared references.
    resources:
    - name: copilot-retrieval
      path: /copilot/retrieval
      operations:
      - name: copilotretrieval
        method: POST
        description: Microsoft Copilot Retrieve Grounding Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_COPILOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-copilot-retrieval-rest
    port: 8080
    description: REST adapter for Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/copilot/retrieval
      name: copilot-retrieval
      description: REST surface for copilot-retrieval.
      operations:
      - method: POST
        name: copilotretrieval
        description: Microsoft Copilot Retrieve Grounding Data
        call: microsoft-copilot-retrieval.copilotretrieval
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-copilot-retrieval-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Copilot Microsoft 365 Copilot APIs — Retrieval. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-copilot-retrieve-grounding-data
      description: Microsoft Copilot Retrieve Grounding Data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: microsoft-copilot-retrieval.copilotretrieval
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.