Skip to main content
Glama

search_sources

Search the BEREAN.AI knowledge base directly for relevant passages without generating an AI answer. Uses dense vector retrieval with cross-encoder reranking on interpretive sources. Returns raw source passages from lexicons, commentaries, Bible texts, etc. Useful for getting primary source data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query to find relevant biblical/theological passages

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the retrieval mechanism (dense vector retrieval with cross-encoder reranking) and what is returned (raw source passages from lexicons, commentaries, etc.). However, it does not mention result limits, pagination, or explicitly confirm that it is read-only/non-mutating, leaving some behavioral gaps.

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 three sentences, each delivering distinct value: the core function, the technical approach, and the practical use case. It is front-loaded with the primary action and contains no redundant or filler 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 simple single-parameter search tool without an output schema, the description covers the purpose, retrieval method, expected return content, and intended use. It is complete enough for an agent to select and invoke the tool correctly, though it omits explicit return structure or any constraints (e.g., number of results).

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 schema already provides 100% coverage for the single 'query' parameter, including a description. The tool description adds context about returning passages but does not add further semantic detail about query formatting or syntax. Given high schema coverage, the baseline of 3 is appropriate.

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 opens with 'Search the BEREAN.AI knowledge base directly for relevant passages'—a specific verb, resource, and scope. It also distinguishes itself from sibling tools by explicitly stating 'without generating an AI answer' and 'Returns raw source passages,' making it clear this is for primary-source retrieval, not generative Q&A.

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 provides clear context: use this tool when you need primary source data and do not want an AI-generated answer. It says 'Useful for getting primary source data,' which implies the use case. However, it does not explicitly name alternatives or state when not to use it, so it falls short of the highest bar.

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.2/5.0
Disambiguation4/5

Most tools are clearly distinct: pastoral Q&A, daily devotion, daily exposition, and scholarly research. The only potential confusion is between scholar_query and search_sources, but the descriptions clearly separate 'detailed academic answers' from 'raw source passages.'

Naming Consistency4/5

The majority follow a consistent verb_noun pattern (ask_question, get_daily_devotion, get_daily_exposition, search_sources). 'scholar_query' breaks the pattern slightly, making it the lone deviation.

Tool Count5/5

Five tools is well-scoped for a biblical assistant, covering devotional, pastoral, and academic use cases without redundancy or bloat.

Completeness5/5

The tool surface covers all core needs: pastoral guidance, daily devotional content, daily Bible exposition, academic research, and raw source retrieval. No obvious gaps for the stated domain.

Resources