Skip to main content
Glama

john11

get_connection

Is there a recorded connection between these two verses, and of what kind? Returns both passages either way.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
targetYes
translationNoBSB

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses that both passages are returned whether or not a connection is found, which goes beyond the tool name. However, it does not state that this is a read-only lookup, how missing connections are represented, or what kinds of connection values might appear.

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 two short sentences with no filler. It front-loads the core question and immediately provides the key behavioral guarantee, so every sentence earns its place.

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?

The tool is simple and an output schema is present, which lowers the burden of describing return values. Still, the description leaves the translation parameter unexplained and does not disambiguate from the similar sibling get_connections, making the definition adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 for bare parameter names. It implicitly maps source and target to 'these two verses,' but it gives no format, example, or additional meaning for those parameters, and it entirely ignores the translation parameter despite that parameter having no schema description.

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 identifies a specific lookup: whether a recorded connection exists between two verses and what kind it is. It stands apart from the plural sibling get_connections by describing a pairwise two-verse relationship, and it adds the useful guarantee that it returns both passages either way.

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 usage context is implied: use this when you need to check for a connection between exactly two verses. However, it does not explicitly state when not to use it, nor does it mention alternatives like get_connections or find_path, so an agent must infer the right scenario from context.

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

B3.3/5.0
Disambiguation4/5

The verse operations are mostly distinct: get_verse/search_verses/get_context cover reading, while get_connection/get_connections/find_path cover graph queries at increasing scope. However, get_connection and get_connections differ only by pluralization, and find_path could be mistaken for get_connection without careful reading.

Naming Consistency5/5

All tools follow a clear verb_noun snake_case pattern (find_path, get_verse, list_tasks, search_verses). The verbs get/list/find/search are semantically appropriate, and singular/plural pairs are intuitive.

Tool Count5/5

At 8 tools, the set is compact for a domain spanning both verse lookup and task discovery. Every tool addresses a distinct need, and none are redundant.

Completeness4/5

The verse/correlation surface is well covered: single verse, context, search, direct connections, full paths, and per-connection details. The task side only supports listing and fetching tasks, leaving no visible way to submit or update work, which is a minor workflow gap.

Resources