Skip to main content
Glama

Macaroon Bible Evidence

Faith Service Page

faith_service_page
Read-onlyIdempotent

Get an external Macaroon page without executing or paying for a service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYesExact public Christian Faith service ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive, closed-world behavior, so the safety profile is covered. The description adds a distinct trait beyond annotations: retrieving the page incurs no execution and no cost, which is meaningful decision context for an agent choosing between previewing and actually invoking a service.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler; the read-without-cost constraint is stated immediately. The only minor cost to structure is the unexplained 'Macaroon' term, which forces the reader to guess at the resource.

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 one-parameter read tool with full annotation coverage and an output schema, the description supplies enough to call it correctly: no auth, no payment, no execution. The remaining gap is sibling disambiguation against faith_service_detail and faith_service_evidence, which is not addressed.

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 description coverage is 100% for the single service_id parameter, including its regex-constrained format and 'exact public Christian Faith service ID' definition. The description adds no further meaning about the parameter, so the baseline of 3 applies when the schema does all the work.

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

Purpose3/5

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

The verb 'Get' is clear, but the resource is described as an 'external Macaroon page', a term that does not map onto anything recognizable in the Christian Faith service domain implied by the service_id pattern. It also fails to distinguish itself from adjacent siblings such as faith_service_detail or faith_service_evidence, so an agent cannot confidently route between them from the text alone.

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?

'Without executing or paying for a service' implies the condition under which to prefer this tool (read-only inspection of a page rather than running/purchasing the service), which is useful implied guidance. However, no alternative tool is named and no explicit when-not-to-use case is given, so the routing signal remains inferential.

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