Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COURSERA_EMAILNoYour Coursera account email. Required for tools that access personal data like enroll_course, get_my_courses, and get_certificates.
COURSERA_PASSWORDNoYour Coursera account password. Required for tools that access personal data like enroll_course, get_my_courses, and get_certificates.
BROWSERBASE_CDP_URLNoBrowserbase CDP endpoint for cloud browsers. If not provided, a local Chromium instance is launched.

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
search_coursesA

Search Coursera for courses by topic, skill, or keyword. Returns course titles, providers, ratings, difficulty, and URLs.

get_course_detailsC

Get detailed information about a specific Coursera course including syllabus, instructor, duration, skills, and reviews.

enroll_courseB

Enroll in a Coursera course. Requires authentication via COURSERA_EMAIL and COURSERA_PASSWORD environment variables (or passed directly).

get_my_coursesA

List all enrolled Coursera courses with progress and status. Requires authentication.

get_certificatesA

View all earned Coursera certificates with titles, issuers, dates, and verification URLs. Requires authentication.

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 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: enrolling in courses, viewing certificates, getting course details, listing enrolled courses, and searching for courses. There is no overlap in functionality, making it easy for an agent to select the correct tool for any task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., enroll_course, get_certificates, get_course_details, get_my_courses, search_courses). This uniformity enhances readability and predictability for agents.

Tool Count5/5

With 5 tools, this server is well-scoped for a Coursera integration, covering key user actions without being overwhelming. Each tool serves a clear and necessary function, making the count appropriate for the domain.

Completeness4/5

The toolset covers core operations like enrollment, viewing certificates, course details, enrolled courses, and search, providing a solid foundation. However, there are minor gaps, such as no tools for unenrolling from courses, updating user profiles, or managing course progress, which agents might need to work around.

Maintenance

ActivityInactive
ResponsivenessNo issues