register_document
Store mdshare admin URLs permanently to avoid re-entering keys. Verify and save valid URLs for future document access.
Instructions
Register an mdshare admin URL you already have saved (in notes, chat history, emails, etc.) so it can be resumed without re-pasting the key every time. Takes an admin URL of the form https://mdshare.live/d/{id}?key=adm_..., verifies it against the live API, and stores it in ~/.mdshare-mcp/documents.json. Only accepts admin URLs (adm_ prefix) — view/comment/edit share links will be rejected. For bulk registration across many files, use the LLM's built-in file reading and search tools to find admin URLs, then call this tool once per URL found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| admin_url | Yes | Full admin URL: https://mdshare.live/d/{id}?key=adm_{token} |