Skip to main content
Glama
simthw

Open Source Literature MCP

by simthw

Generate Research Ideas

generate_research_ideas

Produce heuristic research ideas by analyzing term overlap and research-gap templates from a topic and selected papers.

Instructions

Produce heuristic, keyword-based research-idea scaffolding from a topic and selected papers. Ideas are derived from term overlap and research-gap templates, not from a language model, and scores are relative heuristics. Does not run experiments or execute code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
selected_papersYes
countNo
candidateMethodsNoOptional method phrases to look for in the selected papers (override the biomedical defaults).
focusGapsNoOptional research-gap phrases to consider alongside the generic defaults.
Behavior4/5

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

With no annotations, the description bears full burden. It honestly states that ideas are derived from term overlap and gap templates, not a language model, and that scores are relative heuristics. It also clarifies that no experiments or code execution occur.

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?

The description is two sentences, covering purpose, method, and limitations with no wasted words. It is front-loaded with the core function.

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?

Given the absence of output schema and annotations, the description provides adequate context about input, method, and boundaries. It could be improved by briefly stating what the output contains (e.g., idea titles, scores) but is largely complete.

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 40% (only candidateMethods and focusGaps have descriptions). The tool description does not explain the meaning or usage of parameters like topic or selected_papers beyond what the schema fields imply. It adds minimal value over the schema.

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?

The description clearly states the tool produces heuristic, keyword-based research-idea scaffolding from a topic and papers. It distinguishes itself from siblings like auto_literature_screen or discover_papers by focusing on idea generation, not screening or retrieval.

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

Usage Guidelines4/5

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

The description implies when to use (for generating ideas based on papers) and clarifies limitations (not from LLM, no experiments). However, it does not explicitly state when not to use or mention specific alternatives among siblings.

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

Install Server

Other Tools

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/simthw/opensourse-mcp'

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