read_shorttext
Fetch a shortText by its slug (the id in a shorttext.com/{slug} URL). Returns the text body and metadata. Public and unlisted shortTexts are open; private ones need a password. Reading a burn-after-read shortText consumes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The shortText slug, e.g. "abc12345". | |
| password | No | Password — required only for private shortTexts. |