get_block_content
Fetch the full Markdown (kramdown) of a block from SiYuan, with sensitive data masked and block ID/timestamps retained for review and further processing.
Instructions
获取指定块的完整 Markdown 内容。
适用场景: - 读取单个块的 kramdown 原文并用于审阅或后续处理。
注意事项: - 返回的 kramdown 会进行敏感信息打码。 - 思源属性标记中的块 ID / 时间戳会被保留,便于定位。
Args: block_id (str): 块的 ID
Returns: Dict[str, Any]: 包含块内容的字典
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |