Skip to main content
Glama
blueblueeyes

siyuan-mcp-server

by blueblueeyes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SIYUAN_TOKENYes思源笔记 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
executeCommandD

执行指定的命令

queryCommandsA

查询可用的命令列表

helpB

获取命令的帮助信息

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

With only 3 tools, the surface is tightly scoped for a command execution helper. Each tool is essential and contributes to the core functionality.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues