EVE University Wiki MCP Server
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_eve_wikiA | Search for articles on EVE University Wiki (with Wayback Machine fallback) |
| get_eve_wiki_articleA | Get the full content of an EVE University Wiki article (with Wayback Machine fallback) |
| get_eve_wiki_summaryA | Get a summary of an EVE University Wiki article (with Wayback Machine fallback) |
| get_eve_wiki_sectionsB | Get the sections of an EVE University Wiki article |
| get_eve_wiki_linksB | Get the links contained within an EVE University Wiki article |
| get_eve_wiki_related_topicsA | Get topics related to an EVE University Wiki article based on categories |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| eve-wiki-search-helper | Generate a search query for EVE University Wiki based on your question |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| EVE University Wiki Info |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose targeting different aspects of wiki articles: retrieving full content, links, related topics, sections, summaries, or searching. No overlap exists between these functions, making tool selection straightforward for an agent.
All tools follow a consistent 'get_eve_wiki_X' or 'search_eve_wiki' pattern with snake_case, using descriptive nouns (article, links, topics, sections, summary, search) that clearly indicate their function. This uniformity enhances predictability and usability.
With 6 tools, this server is well-scoped for its purpose of interacting with the EVE University Wiki. Each tool serves a specific and necessary function, such as retrieving content, exploring structure, or searching, without being overly sparse or bloated.
The tool set provides comprehensive coverage for wiki interaction, including retrieval of full articles, summaries, sections, links, and related topics, plus search functionality. This covers typical agent workflows for information gathering and exploration without obvious gaps.