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
list_essaysB

List essays from molsen.ca. Can filter by type, tags, or get framework essays in reading order.

get_essayA

Retrieve a specific essay by its slug. Returns full content, summary, or markdown format.

search_essaysA

Search essays by keyword. Searches title, description, and content.

get_framework_overviewB

Get an overview of the "Making AI Make Sense" framework with its essays and structure.

get_knowledge_graphB

Get the knowledge graph showing relationships between essays. Optionally filter by essay or connection type.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct use case: listing, retrieving single items, searching, framework overview, and knowledge graph exploration. There is no overlap in purpose or ambiguous boundaries.

Naming Consistency5/5

All tool names follow a clean verb_noun pattern using snake_case (list_, get_, search_). The naming is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a content server. Each tool serves a clear function without redundancy or bloat.

Completeness5/5

The domain is read-only retrieval of essays and their relationships. Coverage is complete for this purpose, including listing, fetching, searching, and structural overviews.

Maintenance

ActivityInactive
ResponsivenessNo issues