set_block_description
Set a block's prose description to explain what a table represents, so future agents or sessions can understand its meaning. Pass an empty string to clear it.
Instructions
Write what a block is for, in prose, onto the block itself. Saved in the file and returned by describe_block, so it is how the next agent — or the next you, in a later session — learns what the table means.
Say what one row represents, what any non-obvious field holds, and anything that must not be done to it. Do not restate the field names; they are already visible.
Refused when the block reserves modifyDescription to its owner. Pass an empty string to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Block ref name. | |
| description | Yes |