Skip to main content
Glama

Search Parallel Text

search_parallel
Read-only

Search aligned source-language and English translation sidecars across the corpus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldNoboth
limitNo
queryYes
authorNoOptional author slug or name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countNo
fieldNo
queryNo
authorNo
resultsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds no extra behavioral details (e.g., pagination, performance, required permissions), but it does not contradict 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?

Single sentence, no fluff. Every word is necessary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While output schema exists (not shown), the description lacks context on how the search behaves (e.g., exact match, fuzzy), what 'sidecars' are, and how to effectively use the parameters. Minimal for a search tool with 4 parameters.

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 low (25%, only author has a description). The description provides no additional parameter details. For a low-coverage schema, the description should compensate but does not.

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 states it searches aligned source-language and English translation sidecars across the corpus. It specifies the resource and action, but 'sidecars' is jargon and could be clearer. It doesn't explicitly distinguish from siblings like search_corpus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives such as search_corpus or search_greek_phrases. The description does not mention prerequisites or contexts.

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