yinxiang-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YINXIANG_DEV_TOKEN | Yes | Developer Token from https://dev.yinxiang.com | |
| YINXIANG_NOTESTORE_URL | Yes | NoteStore URL, e.g., https://app.yinxiang.com/shard/sXX/notestore |
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 |
|---|---|
| list-notebooksD | 列本 |
| get-notebookD | 读本 |
| create-notebookD | 建本 |
| update-notebookD | 改本 |
| delete-notebookD | 删本 |
| list-stacksD | 列组 |
| create-stackD | 建组 |
| rename-stackD | 改组 |
| delete-stackD | 删组 |
| move-notebook-to-stackD | 本入组 |
| remove-notebook-from-stackD | 本出组 |
| find-notesD | 搜笔记 |
| get-note-rawD | 读ENML |
| create-super-noteD | 建超笔 |
| update-super-noteD | 改超笔 |
| append-super-note-blocksD | 追加块 |
| replace-super-note-blockD | 替换块 |
| delete-super-note-blockD | 删除块 |
| replace-note-enmlD | 替ENML |
| clone-noteD | 克隆笔记 |
| attach-fileD | 加附件 |
| export-note-resourceD | 导资源 |
| delete-note-resourceD | 删资源 |
| move-noteD | 移笔记 |
| clear-note-contentD | 清正文 |
| delete-noteD | 删笔记 |
| expunge-noteC | 永删笔记 |
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 27 tools
Most tools have distinct purposes, but some overlap exists (e.g., delete-note vs expunge-note, append-super-note-blocks vs replace-super-note-block). Overall, agents can distinguish with care.
Tools follow snake_case with verb-noun pattern (e.g., create-notebook, delete-note). Minor inconsistencies like 'get-notebook' vs 'get-note-raw' and some verbs (expunge) are unusual but acceptable.
27 tools is on the higher side for a note-taking server. While each tool seems purposeful, the count feels heavy and could be streamlined (e.g., merge expunge-note into delete-note).
Covers core CRUD for notebooks, stacks, notes, super notes, and resources. Missing operations like rename notebook or search notebooks, but main workflows are present.