Skip to main content
Glama
Ruoth1111

ai-research-assistant-mcp

by Ruoth1111

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
add_researchC

Add research to the research file

read_researchD

Prompts

Interactive templates invoked by user choice

NameDescription
research_summary_promptGenerate a prompt asking the AI to summarize the latest research topics Returns: str: A prompt asking the AI to summarize the latest research topics

Resources

Contextual data attached and managed by the client

NameDescription
get_latest_research

TDQS

C2.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one for adding research, one for reading research. No overlap in purpose, making selection unambiguous for an agent.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern ('add_research', 'read_research'), making the naming predictable and easy to understand.

Tool Count3/5

With only 2 tools, the server feels thin for a research assistant, but it may suffice for a simple file-based read/write system. The count is acceptable but on the low end.

Completeness2/5

The tool set is incomplete: it lacks update, delete, search, or any organizational operations. An agent cannot manage or modify research after adding, leading to dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues