Skip to main content
Glama

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
search_abstractsA

Search abstracts on PubMed database based on the request parameters.

While it returns a free-form text in practice this is a list of strings containing:

* the title of the article
* the abstract content
* the authors
* the journal name
* the publication date
* the DOI
* the PMID

Args:
    request: SearchAbstractsRequest

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool is inherently distinct.

Naming Consistency5/5

There is only one tool, so naming consistency is not a concern. The name 'search_abstracts' follows a clear verb_noun pattern.

Tool Count2/5

A single tool for a comprehensive biomedical database like PubMed feels significantly under-scoped. Users would benefit from additional tools for specific operations (e.g., fetching full details, filtering by fields).

Completeness2/5

The server lacks tools for specialized queries, structured data retrieval, or pagination. While the single tool returns rich data, it does not cover common PubMed operations like fetching a specific article by ID or searching by author/journal.

Maintenance

ActivityInactive
ResponsivenessNo issues