Skip to main content
Glama
mihir19

bioevidence-mcp

by mihir19

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": 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
healthA

Return stable service health metadata.

search_biomedical_evidenceC

Retrieve, score, group, and optionally summarize biomedical evidence.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 2 tools

Disambiguation5/5

The health and search tools serve completely different purposes—one for service health, the other for querying evidence—so there is no ambiguity.

Naming Consistency2/5

One tool uses a short noun ('health'), while the other uses a verb_noun pattern with underscores ('search_biomedical_evidence'), showing inconsistent naming conventions.

Tool Count2/5

With only two tools and one being a simple health check, the server feels underdeveloped for the domain of biomedical evidence retrieval, suggesting more tools are needed.

Completeness2/5

The search tool provides a broad query capability, but lacks supporting tools for retrieving specific evidence items, managing sources, or performing other typical operations in the domain.

Maintenance

ActivityStale
ResponsivenessNo issues