CoreModels
Server Details
CoreModels schema editor: nodes, mixins, relations, JSON Schema import/export. Sign-in required.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 4.2% over 40 days
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 23 tools
Each tool has a clearly distinct purpose. Overlaps like bulk_create vs create_node are well-documented with clear usage guidance. All tools target different operations or resources.
All tool names follow a consistent verb_noun snake_case pattern (e.g., create_node, list_projects, remove_relation). No mixing of conventions or inconsistent verb styles.
23 tools is slightly above the ideal range but each is justified by the domain's complexity (graph modeling, multiple export formats). No obviously redundant tools.
Covers CRUD for nodes, relations, mixins, and projects, plus search, import/export, and code orchestration. Minor gaps: no update or delete for mixin types, but mixin values can be removed.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- Added
core_models_get_mixins_info - Added
core_models_get_relation_groups_info - Changed
create_project1 field changed- added
Input schema / properties / parentProjectIdsAdded value: +{ + "description": "Optional ids of parent projects this project inherits from (project virtualization). Parents must be in the caller's default workspace.", + "items": { + "type": "string" + }, + "type": "array" +}
- Added
create_relation_group
1 tool update
- Changed
search_nodes2 fields changed- added
Input schema / properties / pageAdded value: +{ + "default": 1, + "description": "1-based page number. The response includes 'total' (the total match count) so you can compute how many pages there are.", + "minimum": 1, + "type": "integer" +} - removed
Input schema / properties / pagingTokenRemoved value: -{ - "description": "Pagination token from the previous response. Always use the latest one.", - "type": "string" -}
1 tool update
- Added
create_project
5 tool updates
- Changed
export_json_ld1 field changed- added
Input schema / properties / graphProjectId / patternAdded value: +"^[a-f0-9]{32}$"
- Changed
fetch_json_ld_import_profiles1 field changed- added
Input schema / properties / graphProjectId / patternAdded value: +"^[a-f0-9]{32}$"
- Changed
generate_project_ai_summary2 fields changed- removed
Input schema / properties / regenerateIfExistsRemoved value: -{ - "default": false, - "description": "When true, regenerate and overwrite the summary even if one already exists. When false (default), an existing summary is returned unchanged.", - "type": "boolean" -} - added
Input schema / properties / regenerateIfStaleAdded value: +{ + "default": true, + "description": "When true (default), regenerate and overwrite the summary if the project has been updated since the summary was generated (stale). When false, an existing summary is always returned unchanged.", + "type": "boolean" +}
- Added
run_code - Changed
validate_json1 field changed- added
Input schema / properties / graphProjectId / patternAdded value: +"^[a-f0-9]{32}$"
3 tool updates
- Added
generate_project_ai_summary - Changed
get_project_summary2 fields changed- added
Input schema / properties / pageAdded value: +{ + "default": 0, + "description": "0-based page index, applied independently to each category.", + "minimum": 0, + "type": "integer" +} - added
Input schema / properties / pageSizeAdded value: +{ + "default": 50, + "maximum": 250, + "minimum": 1, + "type": "integer" +}
- Changed
list_projects1 field changed- added
Input schema / properties / includeAISummaryAdded value: +{ + "default": false, + "description": "When true, each project row includes its saved AI-generated summary (markdown) and the time it was generated as 4th and 5th elements, or null if none has been generated.", + "type": "boolean" +}
1 tool update
- Added
export_shex
5 tool updates
- Added
export_json_ld - Added
fetch_json_ld_import_profiles - Added
fetch_json_schema_import_profiles - Added
list_projects - Added
validate_json
14 tool updates
- First observed
bulk_create - First observed
create_mixin_type - First observed
create_mixin_value - First observed
create_node - First observed
create_relation - First observed
export_jsonschema - First observed
get_mixins_and_relation_groups - First observed
get_project_summary - First observed
import_jsonschema - First observed
remove_mixin_value - First observed
remove_node - First observed
remove_relation - First observed
search_nodes - First observed
update_node
Related MCP Connectors
Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform.
Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.
Deploy production REST and Neo4j Graph APIs from JSON schemas in seconds. 49 tools.
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server for Sqemo, a web-based ERD tool with team naming standards. 34 tools: read/edit entities, attributes, and relationships; generate physical names from a shared glossary and naming rules; SQL (7 dialects) and DBML import/export; ERD lint, diff, and ALTER generation.36MIT
- AlicenseNot gradedqualityDmaintenanceProvides powerful JSON manipulation tools through Model Context Protocol, enabling complex queries, schema generation, and validation with jq notation and native Node.js operations.4 npmISC
- AlicenseAqualityCmaintenanceEnables building apps where humans edit through a GUI and LLMs edit the same JSON document via MCP, exposing each defined operation over both HTTP and MCP with revision-based conflict handling.7184 npm1MIT
- AlicenseAqualityDmaintenanceEnables generating JSON Schema from sample data, generating TypeScript types, validating data against schemas, creating mock data from schemas, and comparing schemas for differences.528 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.