ourword-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| browseA | 主入口。 不带参数:列出库里覆盖的全部处境归类(一百多组)。带 group:列出那一组下面的具体说法,以及每条对应的「以前的人怎么处理」。用法是你先读归类、按语义挑最像用户此刻的那一组 —— 字面往往对不上(用户说「领导总改优先级」,库里那条是「全都重要,我砍哪个都疼」)。只返回库里真有的内容;检索不到就说没有,不要编。每条都带 URL,答案要能指回原文。这里给的是「以前的人在同一处境里怎么处理」,不是医疗、法律或金融的个人建议。 |
| read_chapterA | 取某一篇的完整正文。url 用 browse / search 返回的那个,不要自己拼。 |
| searchA | 兜底的字面检索,只在 browse 挑不出来时用。处境是语义的,字面常常对不上。 |
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 role: browse navigates by semantic category, search is an explicit literal fallback for when browse fails, and read_chapter retrieves full text by URL. The descriptions even specify usage order, so an agent is unlikely to misselect.
All names are lowercase imperative verbs and clearly indicate actions. The only minor inconsistency is that read_chapter follows a verb_noun pattern while browse and search are bare verbs, but this is readable and does not create confusion.
Three tools is well-scoped for this focused read-only reference server. Each tool earns its place: semantic browsing, literal search fallback, and full-text retrieval cover the essential workflow without unnecessary bloat.
The server's stated purpose is retrieving curated situational wisdom, and the tools cover the complete read-only journey: list/select categories, inspect entries, retrieve full chapters, and fall back to literal search. No create/update/delete operations are expected for this domain.