Seal text as a KNOBE document
knobe_seal_textSeal a text body into a KNOBE Protocol v1 document with confirmed authorship. Specify body, title, and output path to create a sealed file.
Instructions
Seal a text body passed directly in the tool call (e.g. in-memory output of a conversion step) into a KNOBE Protocol v1 document written to output_path.
The author confirmation flow is identical to knobe_seal_file: the user is prompted before the seal unless KNOBE_NO_CONFIRM is set.
Args:
body (string): the document body to seal.
title (string): sealed title.
output_path (string): where to write the sealed .knobe.md file.
remaining metadata fields as in knobe_seal_file.
Returns: text summary plus structured {output_path, title, author, payload_hash, state, conformance}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Document body to seal (max 2,000,000 characters). | |
| tags | No | Tags sealed into the payload. | |
| title | Yes | Title sealed into the payload. | |
| author | No | Proposed author (person or organization) for the sealed attribution. The user is asked to confirm or change it before sealing unless KNOBE_NO_CONFIRM is set. | |
| license | No | License string sealed into the payload. Default: 'CC BY 4.0'. | |
| summary | No | One-paragraph summary sealed into the payload. | |
| language | No | BCP-47 language tag of the body, e.g. 'en'. | |
| overwrite | No | Replace the output file if it already exists. Default: false. | |
| output_path | Yes | Destination path for the sealed .knobe.md. | |
| content_type | No | KNOBE content_type (e.g. 'original', 'adaptation', 'summary'). Default: 'original'. | |
| contribution | No | What the author contributed. Default: 'author'. | |
| privacy_level | No | KNOBE privacy_level (e.g. 'public', 'internal'). Default: 'public'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| title | Yes | ||
| author | Yes | ||
| conformance | Yes | ||
| output_path | Yes | ||
| payload_hash | Yes |