Skip to main content
Glama
securecoders

Parallect MCP Server

by securecoders

Research

research

Submit a query to fan out across multiple AI providers and synthesize results into a unified report with cross-referenced citations and conflict resolution.

Instructions

Submit a deep research query. Always creates a new research thread. To follow up on existing research, use the follow_up tool instead. Fans out to multiple AI research providers and synthesizes results into a unified report with cross-referenced citations and conflict resolution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNofast = single cheapest provider (seconds). methodical = multiple providers with synthesis (minutes).methodical
queryYesThe research question or topic to investigate
providersNoSpecific providers to use. If omitted, selected based on budget tier.
budgetTierNoBudget tier. Typical cost: XXS=~$0.10, XS=~$1, S=~$2, M=~$4, L=~$7, XL=~$10 (max capped higher). Default: MM

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it discloses the key side effect (always creates a new thread) plus the multi-provider fan-out and synthesis behavior. It does not mention latency or cost implications in the description, though the schema covers those for mode and budgetTier.

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?

Four tight sentences, front-loaded with the action and the routing rule, then the behavior. Nothing is redundant, though the final sentence on synthesis is somewhat expansive relative to its value.

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?

With no output schema and no annotations, the description does describe the return shape ('unified report with cross-referenced citations and conflict resolution') and the thread-creation side effect. It is largely complete, with only auth/rate-limit style details left unaddressed.

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%, with mode, providers, and budgetTier each documented in the schema itself, so the baseline is 3. The description adds no parameter meaning beyond what the structured schema already provides.

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?

States a specific verb and resource ('Submit a deep research query') and immediately distinguishes itself from the sibling follow_up tool. An agent can tell this is the entry point for new research without opening any schema.

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

Usage Guidelines5/5

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

Explicitly names the alternative ('To follow up on existing research, use the follow_up tool instead') along with the condition that selects it. It also flags the always-new-thread behavior, which is exactly the routing information an agent needs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.