molsen.ca MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
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.
All tool names follow a clean verb_noun pattern using snake_case (list_, get_, search_). The naming is uniform and predictable.
Five tools is well-scoped for a content server. Each tool serves a clear function without redundancy or bloat.
The domain is read-only retrieval of essays and their relationships. Coverage is complete for this purpose, including listing, fetching, searching, and structural overviews.