Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — SignedInUser

Microsoft Azure GraphRbacManagementClient — SignedInUser. 2 operations. Lead operation: Microsoft Azure Get Tenantid Me. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSignedInUser

What You Can Do

GET
Microsoftazuresignedinuserget — Microsoft Azure Get Tenantid Me
/v1/{tenantid}/me
GET
Microsoftazuresignedinuserlistownedobjects — Microsoft Azure Get Tenantid Me Ownedobjects
/v1/{tenantid}/me/ownedobjects

MCP Tools

microsoft-azure-get-tenantid-me

Microsoft Azure Get Tenantid Me

read-only idempotent
microsoft-azure-get-tenantid-me-2

Microsoft Azure Get Tenantid Me Ownedobjects

read-only idempotent

Capability Spec

graphrbacmanagementclient-signedinuser.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — SignedInUser
  description: 'Microsoft Azure GraphRbacManagementClient — SignedInUser. 2 operations. Lead operation: Microsoft Azure Get
    Tenantid Me. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SignedInUser
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: graphrbacmanagementclient-signedinuser
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — SignedInUser business capability. Self-contained, no shared references.
    resources:
    - name: tenantID-me
      path: /{tenantID}/me
      operations:
      - name: microsoftazuresignedinuserget
        method: GET
        description: Microsoft Azure Get Tenantid Me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tenantID-me-ownedObjects
      path: /{tenantID}/me/ownedObjects
      operations:
      - name: microsoftazuresignedinuserlistownedobjects
        method: GET
        description: Microsoft Azure Get Tenantid Me Ownedobjects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-signedinuser-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — SignedInUser. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/me
      name: tenantid-me
      description: REST surface for tenantID-me.
      operations:
      - method: GET
        name: microsoftazuresignedinuserget
        description: Microsoft Azure Get Tenantid Me
        call: graphrbacmanagementclient-signedinuser.microsoftazuresignedinuserget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/me/ownedobjects
      name: tenantid-me-ownedobjects
      description: REST surface for tenantID-me-ownedObjects.
      operations:
      - method: GET
        name: microsoftazuresignedinuserlistownedobjects
        description: Microsoft Azure Get Tenantid Me Ownedobjects
        call: graphrbacmanagementclient-signedinuser.microsoftazuresignedinuserlistownedobjects
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-signedinuser-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — SignedInUser. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-tenantid-me
      description: Microsoft Azure Get Tenantid Me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-signedinuser.microsoftazuresignedinuserget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tenantid-me-2
      description: Microsoft Azure Get Tenantid Me Ownedobjects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-signedinuser.microsoftazuresignedinuserlistownedobjects
      outputParameters:
      - type: object
        mapping: $.