Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMARTIPEDIA_URLNoPoint at your own instance. Default is https://smartipedia.com.https://smartipedia.com
SMARTIPEDIA_EDITORNoAttribution name on edits. Default is agent.agent

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
search_topicsA

Keyword search over Smartipedia article titles and text. Returns slugs and summaries; call read_topic with a slug for the full article.

discover_topicsA

Semantic/vector search with optional filters. Use when keyword search misses, or to browse a category by meaning rather than exact wording.

read_topicA

Fetch the full Markdown article for a topic slug, with infobox, related topics and citations.

create_topicA

Generate a new sourced encyclopedia article from a title (web search + LLM, ~15s). Returns the existing article instead if the topic is already covered. Daily rate limit applies — search first.

preview_phraseA

Get a short AI explanation of any phrase without generating a full article. Cheap and fast — use it to decide whether a topic is worth creating.

edit_sectionA

Replace one section of an article with corrected Markdown. Preferred over creating a duplicate topic when you find an error. Pass expected_revision (from read_topic) to avoid clobbering a concurrent edit.

list_missing_topicsA

Topics people searched for that don't exist yet, ranked by demand. The highest-leverage queue for deciding what to write next.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sksareen/smartipedia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server