Skip to main content
Glama
nbkhoi

Sutta MCP

by nbkhoi

get_sutta

Retrieve the full text of a Buddhist sutta by UID (e.g., 'mn10'). Set translator and segment limits for concise, accurate scriptural citations.

Instructions

Lấy toàn văn một sutta theo UID. Dùng sau khi đã tìm được UID từ search_topic hoặc biết trước.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYesUID của sutta, ví dụ: 'mn10', 'sn56.11', 'dn22'
translatorNoID dịch giả: 'sujato' (mặc định, tiếng Anh), 'brahmali' (Vinaya)sujato
max_segmentsNoGiới hạn số đoạn văn trả về, tránh quá dài. Mặc định 50.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action (get full text) and does not reveal side effects, return format, or any caveats like segment limits or read-only nature beyond what the schema already indicates.

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?

The description is two short sentences, front-loaded with the main action, with no unnecessary words. It is exemplary in conciseness.

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

Completeness3/5

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

Though the tool is simple and the schema is rich, the absence of annotations and output schema means the description should have elaborated on the response structure or limiting behavior. It is adequate but minimal.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds no additional parameter semantics beyond reiterating that UID is the key; all useful parameter details (e.g., examples, defaults) are already present in the schema.

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?

The description clearly states the tool retrieves the full text of a sutta by UID, using a specific verb and resource ('Lấy toàn văn một sutta theo UID'). It distinguishes from siblings by emphasizing it operates on a known UID and pairs with search_topic.

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

Usage Guidelines4/5

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

The description explicitly says to use this tool after finding the UID via search_topic or when it is already known, providing clear contextual guidance. It does not enumerate when-not scenarios, but the primary usage context is well-established.

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/nbkhoi/sutta-mcp'

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