turath-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 |
|---|---|
| turath_get_book_infoA | Get book metadata, chapter index, and page map from turath.io |
| turath_get_pageB | Get the text content of a specific page from a book |
| turath_searchC | Search books on turath.io catalog by keyword |
| turath_get_authorB | Get author biography and metadata from turath.io |
| turath_get_book_fileB | Get full book JSON dump (may not be available for all books) |
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 5 tools
Each tool targets a distinct aspect of the domain (author, book file, book info, page content, catalog search) with no functional overlap.
Four tools use a consistent 'turath_get_' pattern, but 'turath_search' deviates by omitting the 'get_' prefix, causing a minor inconsistency.
Five tools is well-scoped for a cultural heritage book server, covering core read operations without being too few or excessive.
The set covers essential read operations (search, book info, page content, author info, full file dump), though a browse or list tool could be a minor addition.