Skip to main content
Glama
tibia-sh
by tibia-sh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIBIAWIKI_MCP_DBNoThe index lives at `$TIBIAWIKI_MCP_DB`, or `${XDG_CACHE_HOME:-~/.cache}/tibiawiki-mcp/tibiawiki.db`.

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
tibia_getC

UNAVAILABLE: the local TibiaWiki index is missing or unusable, so tibia_get cannot answer anything until it is built.

tibia_searchC

UNAVAILABLE: the local TibiaWiki index is missing or unusable, so tibia_search cannot answer anything until it is built.

tibia_find_creaturesC

UNAVAILABLE: the local TibiaWiki index is missing or unusable, so tibia_find_creatures cannot answer anything until it is built.

tibia_find_itemsC

UNAVAILABLE: the local TibiaWiki index is missing or unusable, so tibia_find_items cannot answer anything until it is built.

tibia_how_to_obtainC

UNAVAILABLE: the local TibiaWiki index is missing or unusable, so tibia_how_to_obtain cannot answer anything until it is built.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 5 tools

Disambiguation3/5

Names suggest partially distinct purposes (direct lookup vs search vs creature/item finders vs obtain-method lookup), but tibia_get, tibia_search, and tibia_how_to_obtain plausibly overlap, and every description is an identical 'UNAVAILABLE' message that provides no differentiating guidance to an agent.

Naming Consistency5/5

All five tools use a uniform 'tibia_' prefix followed by a clear snake_case verb/noun (get, search, find_creatures, find_items, how_to_obtain), with no style deviations.

Tool Count4/5

Five tools is a lean but reasonable surface for a wiki lookup server; each covers a distinct lookup mode, though the set is a bit thin with no listing/browsing capability.

Completeness3/5

Core lookups (get, search, creatures, items, obtain-methods) are covered, but there is no way to list or browse categories, examine NPCs, quests, or locations, and all tools are currently non-functional pending index construction.