Skip to main content
Glama

SiYuan Note MCP Server

by onigeya

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/onigeya/siyuan-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server