siyuan-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIYUAN_TOKEN | Yes | 思源笔记 API 令牌 | SiYuan Note API token (required) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| executeCommandD | 执行指定的命令 |
| queryCommandsA | 查询可用的命令列表 |
| helpB | 获取命令的帮助信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: executeCommand runs a command, help provides help for a specific command, and queryCommands lists available commands. No ambiguity.
Two tools follow a verb_noun pattern (executeCommand, queryCommands), but 'help' is a single word that deviates slightly. The inconsistency is minor and does not cause confusion.
With only 3 tools, the surface is tightly scoped for a command execution helper. Each tool is essential and contributes to the core functionality.
The set covers the essential operations: listing available commands, executing them, and getting help. There are no obvious gaps for the intended purpose of a command execution interface.