Skip to main content
Glama

Torah Library

Find source sheets

list_source_sheets
Read-onlyIdempotent

List public source sheets:

  • by passage (ref): sheets that use a given text;

  • by user (user_id): a user's sheets, sortable by "views" or "date", with paging;

  • latest: newest public sheets (no ref/user_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo
limitNo
offsetNo
sort_byNoviews
user_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds behavioral context not in annotations: the public-only scope, paging, sortable by 'views' or 'date', and the default 'latest' behavior when no ref/user_id is provided. This is useful and consistent with the 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?

The description is a compact bulleted list with the main verb and resource front-loaded. Each bullet adds a distinct mode without unnecessary prose, making it easy to scan and parse.

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?

For a tool with five optional parameters and no output schema, this is workable but incomplete. The main modes are covered, but the description leaves interaction rules unspecified (e.g., whether ref and user_id can be combined, and whether paging/sort applies to all modes or only the user mode). An agent may need to make assumptions for edge combinations.

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?

With 0% schema description coverage, the description carries the burden for all five parameters. It gives real meaning for ref, user_id, and sort_by, and mentions 'with paging' for limit/offset, but it does not explicitly define how limit and offset behave across modes or clarify whether ref and user_id can be combined. This is partial compensation, not full.

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

Purpose4/5

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

The description clearly uses the verb 'List' with the resource 'public source sheets' and enumerates three lookup modes (by passage, by user, latest), which is specific enough for an agent. It does not explicitly name or contrast sibling tools like get_source_sheet or browse_library, so it stops just short of full sibling differentiation.

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 three bullet modes give clear conditions for when to call the tool: pass ref for sheets using a text, pass user_id for a user's sheets, or pass neither for latest. It provides no exclusion criteria or alternative tool names, but the main use contexts are explicit.

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.

Resources