Skip to main content
Glama

Stellaris Modding MCP Server

stellaris-search

Search Stellaris modding documentation for triggers, effects, modifiers, scopes, and localizations using keywords. Retrieve matching code snippets with contextual lines for efficient mod development.

Instructions

OldEnt/stellaris-triggers-modifiers-effects-listリポジトリからStellarisの最新バージョンのドキュメントを検索し、指定したキーワードに一致する箇所をコードスニペットとして返します。大きなファイルを効率的に検索できます。

Input Schema

NameRequiredDescriptionDefault
contextLinesNo一致した行の前後に表示するコンテキスト行数(デフォルト: 2)
docTypeYes検索するドキュメントの種類: triggers (条件), effects (効果), modifiers (修正値), scopes (スコープ), localizations (ローカライゼーション)
keywordYes検索するキーワード(英語推奨、大文字小文字区別なし)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contextLines": { "default": 2, "description": "一致した行の前後に表示するコンテキスト行数(デフォルト: 2)", "maximum": 10, "minimum": 0, "type": "number" }, "docType": { "description": "検索するドキュメントの種類: triggers (条件), effects (効果), modifiers (修正値), scopes (スコープ), localizations (ローカライゼーション)", "enum": [ "triggers", "effects", "modifiers", "scopes", "localizations" ], "type": "string" }, "keyword": { "description": "検索するキーワード(英語推奨、大文字小文字区別なし)", "minLength": 1, "type": "string" } }, "required": [ "docType", "keyword" ], "type": "object" }
Install Server

Other Tools from Stellaris Modding 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/Stellaris-Modding-MCP-Server'

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