Skip to main content
Glama

List Translation Editions

list_editions
Read-onlyIdempotent

Fetch available translation editions with coverage stats to validate edition codes before comparing translations or fetching suttas.

Instructions

List the translation editions available, with coverage stats.

💡 Use this tool when:

  • Before calling compare_translations or get_sutta(edition=...), so you know which edition values are valid and worth comparing.

  • The user asks which editions are loaded in the DB.

🔍 Filtering: Filtered by the server's TRIPITAKA_ENABLED_LANGUAGES — when Thai is disabled the list is empty. Only enabled languages are returned.

⚠️ Current state: the DB mostly holds Pāli (default from SuttaCentral bilara) and English (Sujato). Thai editions (dhiranandi, jayasaro, mbu, royal) aren't indexed yet — the list returns empty until they're loaded.

Returns: List of edition objects, each containing: - edition: edition code, e.g. "sujato", "dhiranandi", "mbu" - translator: translator's name - language: ISO code ("pi", "en", "th") - segment_count: how many segments have a translation in this edition - sutta_count: how many suttas have a translation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds beyond that: filtering by TRIPITAKA_ENABLED_LANGUAGES and current DB limitations (Pali/English only, Thai not indexed). No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with emoji, bullet points, and clear sections. Front-loaded main purpose, every sentence adds value. Appropriate length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters and presence of output schema, description covers filtering, current state, and return fields comprehensively. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters; schema coverage is 100% trivially. Description does not need to add parameter info. Baseline of 4 is appropriate as it provides clear context about what the tool returns.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'List the translation editions available, with coverage stats.' Identifies the resource (translation editions) and action (list). Distinguishes from siblings by mentioning usage before compare_translations or get_sutta.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides two use cases: before calling compare_translations or get_sutta, and when user asks which editions are loaded. Also notes filtering by server settings and current DB state, guiding appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dhamma-seeker/tripitaka-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server