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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_docxB

Create a Word document (DOCX) with content

create_pptxA

Create a PowerPoint presentation (PPTX) with slides

create_xlsxB

Create an Excel spreadsheet (XLSX) with sheets and data

edit_docxA

Edit an existing Word document (DOCX) - add content, replace text, or modify

edit_pptxB

Edit an existing PowerPoint (PPTX) - add slides, modify content

edit_xlsxA

Edit an existing Excel spreadsheet (XLSX) - add rows, update cells, add sheets

create_diagramC

Generate diagrams (flowchart, org chart, mind map) using Graphviz

create_chartB

Generate charts (bar, line, scatter, pie, heatmap) from data using Matplotlib

parse_referencesB

Parse citation files (BibTeX, RIS, JSON) and extract metadata

generate_bibliographyB

Generate a formatted bibliography from parsed references

format_citationB

Format a single citation in the specified style

create_project_structureB

Create a research project folder structure with assets, citations, documents

search_in_folderA

Search for a term across all documents in a folder

get_file_infoC

Get information about an Office file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 14 tools

Disambiguation4/5

Most tools target clearly distinct resource-action pairs, such as create_docx vs edit_docx or create_chart vs create_diagram. The citation-related tools (parse_references, generate_bibliography, format_citation) are related but distinguishable by their focus on parsing, bibliography generation, and single-citation formatting.

Naming Consistency5/5

Tool names follow a consistent verb_noun snake_case pattern throughout: create_*, edit_*, parse_*, generate_*, search_*, get_*. The few non-create/edit names still use the same predictable style, making the naming convention coherent and easy to navigate.

Tool Count5/5

With 14 tools, the set is well-scoped for a research document and reference management server. Each tool serves a distinct function without unnecessary redundancy or bloat.

Completeness4/5

The server covers the full create/edit lifecycle for DOCX, PPTX, and XLSX, plus reference parsing and bibliography generation, folder structure creation, search, and visualization. Minor gaps exist, such as no PDF conversion/export or a way to directly insert citations into documents, but most research workflows are reasonably supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues