create_share_link
Create a share link for a sheet with configurable permission (read/write) and expiry (never, 1, 7, 30 days), reusing existing active shares.
Instructions
シートの共有リンクを発行。既存のアクティブな共有がある場合は再利用される
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | シートID | |
| permission | No | 権限: read(閲覧のみ), write(編集可能)。デフォルト: read | read |
| expiry | No | 有効期限: never(無期限), 1day, 7days, 30days。デフォルト: 7days | 7days |