Skip to main content
Glama

get_entry

Read-only

Fetch one passage by source, book/chapter, and entry id. Use search_texts when you do not already know the citation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYesBook or chapter number.
entryYesEntry id; may carry a letter suffix (e.g. '49a').
sourceYesmeditations | discourses | enchiridion | fragments | seneca-tranquillity | seneca-shortness

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYes
textYes
entryYes
sourceYes

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds the cardinality 'one passage' but does not disclose other behavioral traits such as what happens when the entry does not exist or whether results are deterministic. This is modest added value beyond annotations.

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?

Two concise, front-loaded sentences. The first states the core function, and the second points to the sibling tool. No filler or redundant content.

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?

This is a low-complexity lookup tool with a complete schema, annotations, and an output schema. The description supplies the essential context (direct citation lookup) and the relevant alternative, making it sufficient for an agent to select and invoke the tool correctly.

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?

The input schema has 100% parameter description coverage, so the schema carries the full weight. The description only repeats the parameter names in prose without adding new semantic details or format guidance beyond what the schema already provides.

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 specifies a clear action ('Fetch one passage'), identifies the resource (passage), and names the exact lookup keys (source, book/chapter, entry id). It also distinguishes itself from search_texts by framing this as citation-based retrieval.

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?

Provides explicit guidance: 'Use search_texts when you do not already know the citation.' This tells the agent when to use this tool versus the alternative, satisfying the usage-requirements dimension fully.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: daily reflection, citation-based retrieval, and semantic search. The cross-references in descriptions (e.g., 'use get_entry when you already know the exact citation') further resolve any potential overlap.

Naming Consistency4/5

get_entry and search_texts follow a consistent verb_noun pattern, but daily_reflection is a noun phrase rather than a verb phrase. The underscore style is consistent, so this is a minor deviation.

Tool Count5/5

Three tools are well-scoped for a focused Stoic text and reflection service, covering the core needs without redundancy or bloat.

Completeness5/5

The server provides a complete set for its read-only domain: discovery via search, direct retrieval via citation, and a daily featured reflection. No obvious gaps that would hinder typical use.

Resources