gigaxity-deep-research
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RESEARCH_LLM_MODEL | No | Model identifier for the synthesis LLM | qwen/qwen3-30b-a3b-thinking-2507 |
| RESEARCH_LLM_API_KEY | Yes | Your OpenRouter API key (or local LLM API key) | |
| RESEARCH_LLM_API_BASE | No | Base URL for the LLM API endpoint | https://openrouter.ai/api/v1 |
| RESEARCH_SEARXNG_HOST | No | URL of the SearXNG instance (default may be set in .env) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Multi-source search with RRF (Reciprocal Rank Fusion). Returns ranked results from SearXNG, Tavily, and LinkUp. Use for raw search results without synthesis. No LLM call. |
| researchA | Full research pipeline: search + LLM synthesis with citations. Pipeline: Multi-source search → Source aggregation → LLM synthesis → Citation formatting |
| askA | Quick conversational answer using LLM. No search, direct response from model knowledge. Use for simple factual questions or follow-ups. |
| discoverA | Exploratory discovery with knowledge gap analysis. Identifies what's known and unknown about a topic. Use for cold-start exploration. |
| synthesizeA | Synthesize pre-gathered content into coherent analysis. Use when you already have sources from other tools. |
| reasonA | Deep reasoning with chain-of-thought analysis. Two modes, picked automatically by whether
For style variants over pre-gathered sources, call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: ask for quick answers, discover for exploration, reason for chain-of-thought, research for full pipeline, search for raw results, and synthesize for post-gathering analysis. No significant overlap.
All tool names are single, lowercase verbs: ask, discover, reason, research, search, synthesize. Very consistent pattern.
6 tools is ideal for a research server, covering all key operations without being excessive or sparse.
The set covers the full research workflow from exploration to synthesis, including raw search, quick answers, deep reasoning, and full pipeline. No obvious gaps.