Skip to main content
Glama

EVE University Wiki MCP Server

get_eve_wiki_related_topics

Retrieve relevant topics associated with an EVE University Wiki article by analyzing its categories. Specify the article title and limit results to explore related content efficiently.

Instructions

Get topics related to an EVE University Wiki article based on categories

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of related topics to return
titleYesTitle of the EVE University Wiki article

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of related topics to return", "maximum": 20, "minimum": 1, "type": "number" }, "title": { "description": "Title of the EVE University Wiki article", "type": "string" } }, "required": [ "title" ], "type": "object" }
Install Server

Other Tools from EVE University Wiki MCP Server

Related Tools

    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/kongyo2/EVE-University-Wiki-MCP-Server'

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