kpaste_read
Read and decrypt a kPaste URL using the fragment key. Requires explicit confirmation for burn-after-reading pastes.
Instructions
Read and decrypt a kPaste URL using the fragment key. This is marked destructive because burn-after-reading pastes may be consumed by the read. Requires exact confirmation: ACKNOWLEDGE KPASTE READ RISK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full kPaste URL including the # fragment decryption key | |
| password | No | Optional paste password when the paste is password-protected | |
| confirmation | Yes | Exact confirmation phrase: ACKNOWLEDGE KPASTE READ RISK |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| content | Yes | ||
| expiresAt | No | ||
| burnAfterReading | Yes | ||
| passwordProtected | Yes |