Skip to main content
Glama

Stellaris Modding MCP Server

stellaris-validate

Verify compatibility of triggers, effects, modifiers, scopes, and localizations with the latest Stellaris version to ensure modding accuracy and functionality.

Instructions

指定したtrigger、effect、modifier、scope、localizationが最新バージョンのStellarisで有効かどうかをチェックします。modding時の互換性確認に便利です。

Input Schema

NameRequiredDescriptionDefault
docTypeYes検証するドキュメントの種類: triggers (条件), effects (効果), modifiers (修正値), scopes (スコープ), localizations (ローカライゼーション)
elementYes検証する要素名(例: has_technology, add_modifier, naval_capacity)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "docType": { "description": "検証するドキュメントの種類: triggers (条件), effects (効果), modifiers (修正値), scopes (スコープ), localizations (ローカライゼーション)", "enum": [ "triggers", "effects", "modifiers", "scopes", "localizations" ], "type": "string" }, "element": { "description": "検証する要素名(例: has_technology, add_modifier, naval_capacity)", "minLength": 1, "type": "string" } }, "required": [ "docType", "element" ], "type": "object" }

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