Developer Tools
coredevelopment.shop
Provides an interface to query and retrieve details about the ItemsCore scripting API, including methods, triggers, events, and item schemas.
ENDPOINT 1
https://www.coredevelopment.shop/api/mcp
Known tools 7
search_methodsSearch the ItemsCore scripting API for methods by name, category, signature, or description.
get_methodGet the full details (signature, params, return, description, example) of a specific method.
list_triggersList every action trigger (when an item's actions can run, e.g.
list_eventsList the custom events and the global scripting variables (player, event, core, particles, etc.) available when writing item actions.
get_item_schemaGet the full schema and field reference for the clean item JSON that ItemsCore imports.
validate_itemValidate a clean item JSON object against the ItemsCore schema (unknown methods, wrong argument count, wrong argument order/type).
generate_item_templateReturn a valid starter item JSON to build from.