Skip to main content
Glama
Ravicha2

io.github.Ravicha2/lit-review-council

by Ravicha2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENG_MODELNoModel for engineer agents (default: openrouter/moonshotai/kimi-k2.6)
JUDGE_MODELNoModel for reviewers & synthesis (default: openrouter/deepseek/deepseek-v4-pro)
GITHUB_TOKENYesPractitioner track (GitHub search)
RESEARCH_MODELNoModel for research agents (default: openrouter/z-ai/glm-5.1)
TAVILY_API_KEYYesWeb search across both tracks
OPENALEX_API_KEYNoAcademic track (OpenAlex API)
OPENROUTER_API_KEYYesLLM access via OpenRouter

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
conduct_literature_reviewA
Executes a multi-agent literature review on the provided research question and topics.

Args:
    question: The overarching research question driving the literature review.
    topics: A list of topic dictionaries. Each topic must have:
        - slug: (str) a short hyphenated identifier
        - description: (str) explanation of the topic
        - search_keywords: (list[str]) 2-4 highly specific search queries
        - rationale: (str, optional) why this topic was chosen
    output_dir: (str) Directory to save the final OKF markdown bundle. Defaults to current directory.
    
Returns:
    A success message with the path to the generated OKF bundle directory.

Prompts

Interactive templates invoked by user choice

NameDescription
lit_review_council_instructionsGet the instructions and guidelines for using the lit-review-council orchestrator.

Resources

Contextual data attached and managed by the client

NameDescription

No resources