Skip to main content
Glama
QABoahene

Adventist Study MCP

by QABoahene

egw_get_chapter

Retrieve the full text of any chapter from an Ellen G. White book by specifying the book title or abbreviation and chapter number. Get complete chapters for Bible study and reference.

Instructions

Retrieve a full chapter from an Ellen G. White book.

Args: book: title or abbreviation (SC, DA, GC, PP, COL, MB). chapter: chapter number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYes
chapterYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

There are no annotations, so the description carries the behavioral burden. 'Retrieve a full chapter' clearly signals a read-only operation with no side effects. It does not mention formatting, size, or authentication, but for a simple chapter-fetch tool these are less critical and the output schema is said to exist.

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 compact and front-loaded. The opening sentence states exactly what the tool does, and the Args section adds only the necessary parameter detail. No filler or redundant content.

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

Completeness4/5

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

For a low-complexity tool with two required parameters and an output schema, the description covers the essential usage: target book and chapter number, plus acceptable book abbreviations. It is nearly complete, though it could briefly note that the chapter is from the specified EGW book only, and it does not address potential invalid-input behavior.

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?

Schema description coverage is 0%, so the description must compensate. It does: 'book' is explained as a title or abbreviation with concrete examples (SC, DA, GC, PP, COL, MB), and 'chapter' is clarified as a chapter number. This adds real meaning beyond the bare schema types.

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 uses a specific verb-resource pair: 'Retrieve a full chapter from an Ellen G. White book.' It clearly distinguishes itself from sibling tools like egw_search and egw_books by targeting full-chapter retrieval rather than search or book listing.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when a full chapter is needed) and clarifies the book argument with accepted abbreviations, but it does not explicitly state when not to use it or name alternatives such as egw_search for searching. Usage context is implied rather than explicitly differentiated.

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/QABoahene/seventh-day-adventist-mcp'

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