help
Retrieve detailed assistance for specific commands within the SiYuan Note MCP Server, enabling efficient management of notebook operations and document interactions.
Instructions
获取命令的帮助信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | Yes | 命令类型 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"type": {
"description": "命令类型",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}