Skip to main content
Glama
AhmedCoolProjects

ColabAI MCP Server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_citationA

Verifies whether an academic paper citation is authentic or AI-hallucinated. Queries Crossref, Semantic Scholar, DBLP, and arXiv concurrently, computes confidence scores, resolves official DOIs, and returns formatted BibTeX / APA / IEEE citations.

search_academic_papersA

Searches top-tier academic databases (Crossref, Semantic Scholar, DBLP, arXiv) for papers matching a topic, keywords, or research query.

format_bibtexB

Generates a standardized BibTeX entry for any paper given title, authors, venue, year, and DOI.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation4/5

Each tool has a distinct primary purpose: searching, verifying, and formatting citations. There is minor overlap in that verify_citation returns formatted citations and format_bibtex also generates BibTeX, but the intent is clear enough to avoid frequent misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: verify_citation, search_academic_papers, format_bibtex. The naming is predictable and clearly indicates each tool's action and object.

Tool Count4/5

Three tools form a compact set covering search, verification, and citation formatting. The count is on the lean side but reasonable for the server's focused academic citation workflow.

Completeness4/5

The workflow of searching, verifying, and formatting citations is covered, but there is no explicit tool for retrieving a single paper's full metadata by DOI. Agents can work around this using search_academic_papers and verify_citation, so the gap is minor.

Maintenance

ActivityMaintained
ResponsivenessNo issues