Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions

Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions. 2 operations. Lead operation: Microsoft Graph Invoke function findTenantInformationByDomainName. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphtenantRelationships.tenantRelationship.Functions

What You Can Do

GET
Tenantrelationshipsfindtenantinformationbydomainname — Microsoft Graph Invoke function findTenantInformationByDomainName
/v1/tenantrelationships/findtenantinformationbydomainname-domainname-domainname
GET
Tenantrelationshipsfindtenantinformationbytenantid — Microsoft Graph Invoke function findTenantInformationByTenantId
/v1/tenantrelationships/findtenantinformationbytenantid-tenantid-tenantid

MCP Tools

microsoft-graph-invoke-function-findtenantinformationbydomainname

Microsoft Graph Invoke function findTenantInformationByDomainName

read-only idempotent
microsoft-graph-invoke-function-findtenantinformationbytenantid

Microsoft Graph Invoke function findTenantInformationByTenantId

read-only idempotent

Capability Spec

microsoft-graph-tenantrelationships-tenantrelationship-functions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions.
    2 operations. Lead operation: Microsoft Graph Invoke function findTenantInformationByDomainName. Self-contained Naftiko
    capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - tenantRelationships.tenantRelationship.Functions
  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: microsoft-graph-tenantrelationships-tenantrelationship-functions
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions
      business capability. Self-contained, no shared references.
    resources:
    - name: tenantRelationships-findTenantInformationByDomainName(domainName='{domainName}')
      path: /tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}')
      operations:
      - name: tenantrelationshipsfindtenantinformationbydomainname
        method: GET
        description: Microsoft Graph Invoke function findTenantInformationByDomainName
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tenantRelationships-findTenantInformationByTenantId(tenantId='{tenantId}')
      path: /tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}')
      operations:
      - name: tenantrelationshipsfindtenantinformationbytenantid
        method: GET
        description: Microsoft Graph Invoke function findTenantInformationByTenantId
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-graph-tenantrelationships-tenantrelationship-functions-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tenantrelationships/findtenantinformationbydomainname-domainname-domainname
      name: tenantrelationships-findtenantinformationbydomainname-domainname-domainname
      description: REST surface for tenantRelationships-findTenantInformationByDomainName(domainName='{domainName}').
      operations:
      - method: GET
        name: tenantrelationshipsfindtenantinformationbydomainname
        description: Microsoft Graph Invoke function findTenantInformationByDomainName
        call: microsoft-graph-tenantrelationships-tenantrelationship-functions.tenantrelationshipsfindtenantinformationbydomainname
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenantrelationships/findtenantinformationbytenantid-tenantid-tenantid
      name: tenantrelationships-findtenantinformationbytenantid-tenantid-tenantid
      description: REST surface for tenantRelationships-findTenantInformationByTenantId(tenantId='{tenantId}').
      operations:
      - method: GET
        name: tenantrelationshipsfindtenantinformationbytenantid
        description: Microsoft Graph Invoke function findTenantInformationByTenantId
        call: microsoft-graph-tenantrelationships-tenantrelationship-functions.tenantrelationshipsfindtenantinformationbytenantid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-tenantrelationships-tenantrelationship-functions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.tenantRelationship.Functions.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-invoke-function-findtenantinformationbydomainname
      description: Microsoft Graph Invoke function findTenantInformationByDomainName
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-tenantrelationship-functions.tenantrelationshipsfindtenantinformationbydomainname
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-function-findtenantinformationbytenantid
      description: Microsoft Graph Invoke function findTenantInformationByTenantId
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-tenantrelationship-functions.tenantrelationshipsfindtenantinformationbytenantid
      outputParameters:
      - type: object
        mapping: $.