Skip to main content
Glama

executeCommand

Execute specific commands on the SiYuan Note MCP Server to manage notebooks, manipulate documents, and control content within the note system, enabling efficient data operations.

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" }

Other Tools

Related Tools

Latest Blog Posts

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