Tenarius Wiki MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAVE_API_KEY | No | Optional API key to activate extra results in search_ro_web. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_adventurer_profileA | Lee el perfil del aventurero configurado localmente en esta máquina. Datos 100% locales (~/.config/tenarius-wiki-mcp/). No se envían a internet. Usar para personalizar builds, farming y objetivos del jugador. |
| search_wikiA | Busca artículos en la Wiki de Tenarius RO (contenido del servidor privado). Usar para Oficios, Sets, Tenarius Coin, quests custom, rankings, etc. Args: query: Términos de búsqueda (ej. "fighting set", "fisherman"). limit: Cantidad máxima de resultados (1-20). |
| get_wiki_summaryA | Resumen legible de un artículo de la Wiki de Tenarius RO. Args: title: Título exacto (ej. "Set de Equipamiento"). |
| get_wiki_pageA | Wikitext completo de un artículo de la Wiki de Tenarius RO. Args: title: Título exacto del artículo. |
| search_ro_referenceA | Busca información de Ragnarok Online en wikis de referencia (iRO Wiki, Fandom). Prioriza contexto Pre-Renewal (~Episodio 13.2). Cada resultado incluye servidor, era estimada y si debe verificarse en Tenarius. Args: query: Tema RO vanilla (ej. "Professor skills", "Assassin Cross", "MVP Amon Ra"). limit: Resultados por fuente (1-10). |
| get_ro_reference_summaryB | Resumen de un artículo RO desde iRO Wiki o Fandom (referencia vanilla). Args:
source_id: |
| get_ro_reference_pageA | Wikitext completo de referencia RO (irowiki / fandom). Args:
source_id: |
| search_ro_webA | Búsqueda web amplia sobre Ragnarok Online (Pre-Renewal / Ep. ≤ 13.2).
Cada resultado indica servidor estimado, era y si aplica a Tenarius. Args: query: Tema a investigar. limit: Límite para búsqueda web Brave (1-10). |
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 8 tools
The tools are mostly distinct: search vs get, Tenarius vs RO reference. However, search_ro_reference and search_ro_web overlap significantly since the latter also includes reference wikis, which could cause misselection.
All tool names follow a clear snake_case verb_noun pattern: search_* for searches and get_*_summary/page for retrievals, with consistent domain prefixes.
8 tools is well-scoped for a wiki/reference server, covering search and retrieval for two knowledge domains plus a local profile.
The tool set covers search and detail retrieval (summary/page) for both Tenarius Wiki and vanilla RO reference, plus web search and local profile, leaving no obvious gaps for read-only wiki access.