Skip to main content
Glama
yoloshii

gigaxity-deep-research

by yoloshii

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RESEARCH_LLM_MODELNoModel identifier for the synthesis LLMqwen/qwen3-30b-a3b-thinking-2507
RESEARCH_LLM_API_KEYYesYour OpenRouter API key (or local LLM API key)
RESEARCH_LLM_API_BASENoBase URL for the LLM API endpointhttps://openrouter.ai/api/v1
RESEARCH_SEARXNG_HOSTNoURL of the SearXNG instance (default may be set in .env)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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 sources is provided:

  • No-sources mode (default): direct chain-of-thought over the model's own knowledge plus optional context. Use for problems the model can reason about without external evidence; depth-controlled via reasoning_depth.

  • Sources-aware mode (when sources is non-empty): chain-of-thought synthesis over the pre-gathered sources, with the same shape REST /api/v1/reason produces. reasoning_depth is ignored in this mode — the chain-of-thought prompt is fixed because the reasoning shape is what matters here, not the prose register.

For style variants over pre-gathered sources, call synthesize directly.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoloshii/gigaxity-deep-research'

If you have feedback or need assistance with the MCP directory API, please join our Discord server