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
}
logging
{}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_paper_promptA

Recommended default: fetch the full LaTeX source of an arXiv paper for precise interpretation of mathematical expressions.

get_paper_abstractA

Get just the abstract of an arXiv paper. Use this for a quick preview when the user hasn't read the paper yet, not when they provide an arXiv ID to discuss a paper.

list_paper_sectionsA

List section headings of an arXiv paper. Useful when the full paper is too long for context and you need to identify which sections to fetch individually.

get_paper_sectionA

Get a specific section of an arXiv paper by section path. Use when the full paper is too long for context or the user wants to focus on a particular section. Use list_paper_sections first to find available paths.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: abstract retrieval, full LaTeX source, specific section, and section listing. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, with verbs 'get' and 'list' appropriately distinguishing retrieval types.

Tool Count5/5

Four tools is well-scoped for the domain of fetching arXiv paper content, covering key operations without unnecessary bloat.

Completeness4/5

The set covers core paper retrieval tasks (abstract, full source, sections), but lacks a search tool or metadata-only retrieval, which are minor gaps.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive