Learn the Dao — Tao Te Ching
Server Details
Read, search and cite all 81 chapters of the Tao Te Ching, with per-rendering attribution.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: listing all chapters, retrieving a specific chapter, and searching across the corpus. There is no overlap or ambiguity in their functions.
All tool names follow a consistent verb_noun pattern: get_chapter, list_chapters, search_chapters. This makes the API predictable and easy to remember.
Three tools are well-scoped for a read-only reference server. Each tool serves an essential access pattern, and there is no bloat or deficiency.
The domain is simple: accessing chapters of the Tao Te Ching. Listing, getting, and searching cover all primary user needs. There are no obvious gaps.
Available Tools
3 toolsget_chapterAInspect
Get one chapter (1-81) in both public renderings: the public-domain James Legge (1891) translation and Dao De Kooi, an original rendering by David Kooi. Each carries its own attribution and a ready-to-use citation string. The Kooi rendering is NOT public domain.
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that both renderings are returned, each includes attribution and a citation string, and importantly flags that the Kooi rendering is NOT public domain. This licensing caution is valuable behavioral context beyond a simple 'get'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences: the first states the core purpose, the second adds attribution/citation details, and the third notes the licensing constraint. Every sentence earns its place, and the most critical information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple chapter-retrieval tool with one parameter and no output schema, the description covers return content (both renderings), citations, and a licensing caveat. This is sufficient for an agent to decide when to use it and what to expect, without needing additional behavioral notes.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema shows only one parameter 'number' with 0% description coverage. The description adds meaning by clarifying that this number refers to the chapter and reiterates the valid range (1-81). It does not fully explain behavior for invalid inputs, but for a single integer parameter with min/max, this is adequate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get' and identifies the resource as 'one chapter (1-81)', while also specifying the two renderings (Legge and Kooi). This clearly distinguishes it from sibling tools list_chapters and search_chapters, which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended usage is implied: call this when you need a specific chapter by number, as opposed to listing or searching. It does not explicitly state 'use this instead of list_chapters' or mention exclusions, but the clear context and sibling names provide enough guidance for an agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_chaptersAInspect
List all 81 chapters of the Tao Te Ching with their titles, plus the attribution blocks for each available rendering. Start here to orient.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool lists all chapters, includes titles and attribution blocks for each available rendering, and implies it is a read-only operation. This adds behavioral context beyond the schema, though it doesn't detail output format; for a simple list tool, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that clearly states the action, scope, and included content, with no redundant or vague language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema and no annotations, the description is sufficient: it tells the agent what the tool does, what it returns, and when to use it. Minor omissions like exact output formatting are acceptable given the simplicity; the description is largely complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the baseline is 4. The description adds no parameter-specific details because none exist, and none are needed. It correctly focuses on the action and output.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses a specific verb 'List' with a clear resource ('all 81 chapters of the Tao Te Ching') and scope ('all 81'), distinguishing it from sibling tools like get_chapter (likely single chapter) and search_chapters (likely search).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Start here to orient' provides clear context for when to use the tool (initial orientation), but it does not explicitly mention alternatives or when not to use it. This is a clear usage hint without exclusions, aligning with a score of 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_chaptersAInspect
Search the full corpus for a word or phrase and get the matching lines with their chapter numbers. Use this when the user half-remembers a line and you need to find where it is.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It discloses the scope ('full corpus') and the return format ('matching lines with their chapter numbers'), which adds useful context. However, it does not state whether the operation is read-only, explain limit behavior, or mention any potential variations such as case sensitivity or sorting. The basics are covered, but deeper behavioral traits are missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is only two sentences, with the action and result front-loaded in the first sentence and usage guidance in the second. Every sentence serves a purpose, with no unnecessary repetition or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is relatively simple with two parameters and no output schema. The description covers the core purpose and usage, but omits parameter semantics for 'limit' and does not mention any constraints on the search (e.g., minimum query length is in schema but not described). It is adequate for a basic search tool but not fully complete given the absence of annotations and output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions cover 0% of parameters, so the description must compensate. It does explain that 'query' is a word/phrase to search for, which aligns with the schema, but it completely omits any explanation of the 'limit' parameter and its effect on results. This is a significant gap for a two-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Search' with the resource 'full corpus', and clearly states the output (matching lines with chapter numbers). It distinguishes the tool from sibling tools such as get_chapter and list_chapters by emphasizing corpus-wide search rather than retrieving a specific chapter or listing chapters.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a clear usage scenario: 'when the user half-remembers a line and you need to find where it is.' This tells the agent when to use it, though it does not explicitly mention alternatives or when-not-to-use conditions. The context is clear enough for most cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-quality-maintenanceProvides access to the Chinese Buddhist Electronic Text Association (CBETA) online library of over 100 million characters of Buddhist scripture. It enables users to search, browse catalogs, and retrieve content from major collections like the Taishō Tripiṭaka.Last updated
- AlicenseAqualityBmaintenanceSemantic search over 4.6 million text chunks from 20,000+ classical philosophy and humanities works (pre-1928). Covers Aristotle, Plato, Kant, Hegel, Nietzsche and hundreds more. Multilingual: English, German, Latin, French, Italian, Greek, Russian.Last updated31MIT
- Alicense-qualityDmaintenanceProvides guided prayers, semantic search, and pastoral care tools (encouragement, condolence, advice) via a read-only database without authentication.Last updatedMIT