claim_share_link
Accept a agentleFS share link that was given to you, so the folder or document it names becomes readable. Pass the whole URL or just its token. Claiming twice is harmless — it reports the same outcome rather than granting anything twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | the share link URL (https://…/s/<token>) or the bare token from the end of it | |
| token | No | Bearer token identifying the principal. Usually omitted — supplied by the transport (HTTP Authorization header or the server's AGENTLEFS_TOKEN env). Only pass this to override. |