
Smartipedia
Read, search and edit Smartipedia, an open AI-native encyclopedia.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Read, search and edit Smartipedia, an open AI-native encyclopedia. No API key, no signup.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| search_topics | Keyword search over Smartipedia article titles and summaries. Returns slugs and summaries; call read_topic with a slug for the full article. |
| discover_topics | Semantic search with optional filters. Use when keyword search misses, or to browse a category by meaning rather than exact wording. |
| read_topic | Fetch the full Markdown article for a topic slug, with infobox and citations. |
| create_topic | 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_phrase | 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_section | 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_topics | Topics people searched for that don't exist yet, ranked by demand. The highest-leverage queue for deciding what to write next. |