Microsoft Visio · Capability

Microsoft Graph Visio API — Hyperlinks

Microsoft Graph Visio API — Hyperlinks. 1 operations. Lead operation: Microsoft Visio List Shape Hyperlinks. Self-contained Naftiko capability covering one Microsoft Visio business surface.

Run with Naftiko Microsoft VisioHyperlinks

What You Can Do

GET
Listshapehyperlinks — Microsoft Visio List Shape Hyperlinks
/v1/me/drive/items/{item-id}/workbook/pages/{page-id}/shapes/{shape-id}/hyperlinks

MCP Tools

microsoft-visio-list-shape-hyperlinks

Microsoft Visio List Shape Hyperlinks

read-only idempotent

Capability Spec

graph-hyperlinks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Visio API — Hyperlinks
  description: 'Microsoft Graph Visio API — Hyperlinks. 1 operations. Lead operation: Microsoft Visio List Shape Hyperlinks.
    Self-contained Naftiko capability covering one Microsoft Visio business surface.'
  tags:
  - Microsoft Visio
  - Hyperlinks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_VISIO_API_KEY: MICROSOFT_VISIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: graph-hyperlinks
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Visio API — Hyperlinks business capability. Self-contained, no shared references.
    resources:
    - name: me-drive-items-item-id-workbook-pages-page-id-shapes-shape-id-hyperlinks
      path: /me/drive/items/{item-id}/workbook/pages/{page-id}/shapes/{shape-id}/hyperlinks
      operations:
      - name: listshapehyperlinks
        method: GET
        description: Microsoft Visio List Shape Hyperlinks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: item-id
          in: path
          type: string
          description: The ID of the Visio file.
          required: true
        - name: page-id
          in: path
          type: string
          description: The ID of the page.
          required: true
        - name: shape-id
          in: path
          type: string
          description: The ID of the shape.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_VISIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: graph-hyperlinks-rest
    port: 8080
    description: REST adapter for Microsoft Graph Visio API — Hyperlinks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/me/drive/items/{item-id}/workbook/pages/{page-id}/shapes/{shape-id}/hyperlinks
      name: me-drive-items-item-id-workbook-pages-page-id-shapes-shape-id-hyperlinks
      description: REST surface for me-drive-items-item-id-workbook-pages-page-id-shapes-shape-id-hyperlinks.
      operations:
      - method: GET
        name: listshapehyperlinks
        description: Microsoft Visio List Shape Hyperlinks
        call: graph-hyperlinks.listshapehyperlinks
        with:
          item-id: rest.item-id
          page-id: rest.page-id
          shape-id: rest.shape-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graph-hyperlinks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Visio API — Hyperlinks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-visio-list-shape-hyperlinks
      description: Microsoft Visio List Shape Hyperlinks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graph-hyperlinks.listshapehyperlinks
      with:
        item-id: tools.item-id
        page-id: tools.page-id
        shape-id: tools.shape-id
      outputParameters:
      - type: object
        mapping: $.