Microsoft Graph · Capability

Microsoft Graph Search — search.searchEntity

Microsoft Graph Search — search.searchEntity. 2 operations. Lead operation: Microsoft Graph Get search. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsearch.searchEntity

What You Can Do

GET
Searchsearchentitygetsearchentity — Microsoft Graph Get search
/v1/search
PATCH
Searchsearchentityupdatesearchentity — Microsoft Graph Update search
/v1/search

MCP Tools

microsoft-graph-get-search

Microsoft Graph Get search

read-only idempotent
microsoft-graph-update-search

Microsoft Graph Update search

idempotent

Capability Spec

search-search-searchentity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Search — search.searchEntity
  description: 'Microsoft Graph Search — search.searchEntity. 2 operations. Lead operation: Microsoft Graph Get search. Self-contained
    Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - search.searchEntity
  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: search-search-searchentity
    baseUri: ''
    description: Microsoft Graph Search — search.searchEntity business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: searchsearchentitygetsearchentity
        method: GET
        description: Microsoft Graph Get search
        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: searchsearchentityupdatesearchentity
        method: PATCH
        description: Microsoft Graph Update search
        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: search-search-searchentity-rest
    port: 8080
    description: REST adapter for Microsoft Graph Search — search.searchEntity. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: searchsearchentitygetsearchentity
        description: Microsoft Graph Get search
        call: search-search-searchentity.searchsearchentitygetsearchentity
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: searchsearchentityupdatesearchentity
        description: Microsoft Graph Update search
        call: search-search-searchentity.searchsearchentityupdatesearchentity
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: search-search-searchentity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Search — search.searchEntity. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-search
      description: Microsoft Graph Get search
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: search-search-searchentity.searchsearchentitygetsearchentity
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-search
      description: Microsoft Graph Update search
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: search-search-searchentity.searchsearchentityupdatesearchentity
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.