share
Share management: create/update/delete, archive, password auth, members, autotitle. NOTE: quickshare-create is DEPRECATED (returns error 10756) — use the fileshare tool's create action for durable single-file shares. Call action='describe' for the full action/param reference. Destructive: delete (permanent). Side effects: autotitle AI-generates + applies a title/description (consumes credits, mutates share metadata). ⚠️ intelligence on create COSTS CREDITS (10/page) — default false unless user explicitly requests RAG. Verbosity (detail param): list/available/members default to terse (compact rows). public-details defaults to standard. details defaults to full (drill-down). Pass an explicit detail='terse'|'standard'|'full' to override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Share title (2-80 chars; maps to API 'title'). | |
| type | No | Filter by share type. | |
| limit | No | Internal backend page_size — stays MCP-internal so the platform cache stays warm. Use display_limit to control how many rows are actually returned. Forwarded by list/members. | |
| title | No | Share title (2-80 chars). Alias of name. | |
| action | Yes | Operation. Use 'describe' for full action reference. | |
| detail | No | Per-entity verbosity for list/available/members/public-details/details. Defaults: terse for list/available/members, standard for public-details, full for details. See action='describe' for per-level field lists. | |
| expand | No | quickshare-create only. Set to 'node' to include the full backend payload as a nested `node` field. Default response is slim: `{id, web_url, expires_at}`. | |
| invite | No | Who can invite others (default: owners). | |
| notify | No | Notification setting (default: never). | |
| offset | No | Number of items to skip (default 0) | |
| org_id | No | Filter shares to this org. | |
| confirm | No | delete: must match the share's custom_name or id (validated client-side before the call). | |
| expires | No | Expiration: 'YYYY-MM-DD HH:MM:SS' for create/update; seconds (default 10800, max 604800) for quickshare-create. | |
| node_id | No | Storage tree node opaque ID. Both files and folders are nodes — use this name regardless of which. File node opaque ID. Quickshares: single file, max 1 GB, default 3h, max 7 days. | |
| password | No | Password (only with 'Anyone with the link'). | |
| share_id | No | Share profile ID or custom name. | |
| room_goal | No | REMOVED — Coordination Rooms were deleted from the platform on 2026-08-25 and this parameter no longer does anything. Supplying it is REFUSED rather than ignored, so a stale tool list cannot silently drop your value. Do not use it. | |
| expires_at | No | ISO 8601 datetime for quickshare expiration. | |
| share_type | No | New share type. | |
| custom_name | No | Custom share URL name (4-80 chars; Unicode letters, digits, hyphens, underscores). Omit to have one auto-generated. | |
| description | No | Share description (10-500 chars). | |
| folder_name | No | Name for new folder (default: 'Shared Folder'). | |
| accent_color | No | Accent color as JSON string. | |
| display_type | No | Display mode (default: grid). | |
| intelligence | No | Enable RAG indexing. ⚠️ COSTS CREDITS (10/page) — default false unless user requests it. Forced false on workspace_folder shares. | |
| storage_mode | No | Storage mode (default: independent). | |
| user_context | No | autotitle only: optional user-provided context to guide the AI-generated title/description. | |
| workspace_id | No | Workspace opaque ID. Use this when only workspaces are valid (not shares or other contexts). For polymorphic contexts use profile_id. Parent workspace ID. | |
| create_folder | No | Create a new workspace folder (workspace_folder mode). | |
| display_limit | No | How many items to return. Default 10, max 500. The MCP trims post-fetch; backend page_size stays MCP-internal so the platform cache stays warm. Applies to list. | |
| owner_defined | No | Custom metadata as JSON string. | |
| access_options | No | Access level. 'Anyone with the link' not allowed for receive/exchange. | |
| folder_node_id | No | Workspace folder node ID (workspace_folder mode). | |
| describe_action | No | When action='describe', narrow the output to ONE action's full params/notes (e.g. 'create'). Omit to get the compact action index. | |
| workspace_style | No | Use workspace styling (default: true). | |
| background_image | No | Background image index (0-128, default 0). | |
| comments_enabled | No | Enable comments (default: true). | |
| background_color1 | No | Primary background color as JSON string. | |
| background_color2 | No | Secondary background color as JSON string. | |
| download_security | No | Download security: off (default), medium (no guest download), high (block all guest downloads). | |
| guest_chat_enabled | No | Enable guest chat (default: false). | |
| anonymous_uploads_enabled | No | Allow guests to upload anonymously on public Receive/Exchange shares. |