SiYuan Note MCP Server

by onigeya
Verified

executeCommand

Executes specified commands to manage notebooks, manipulate documents, and process content within the SiYuan Note system via the MCP Server integration.

Instructions

执行指定的命令

Input Schema

NameRequiredDescriptionDefault
paramsNo命令参数
typeYes命令类型

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": {}, "description": "命令参数", "type": "object" }, "type": { "description": "命令类型", "type": "string" } }, "required": [ "type" ], "type": "object" }

You must be authenticated.

Other Tools from SiYuan Note MCP Server

Related Tools

ID: fpsq6thcgm