Skip to main content
Glama

Server Details

CoreModels schema editor: nodes, mixins, relations, JSON Schema import/export. Sign-in required.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • Addedcore_models_get_mixins_info
    • Addedcore_models_get_relation_groups_info
    • Changedcreate_project1 field changed
      • addedInput schema / properties / parentProjectIds
        Added 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"
        +}
    • Addedcreate_relation_group
  2. 1 tool update
    • Changedsearch_nodes2 fields changed
      • addedInput schema / properties / page
        Added 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"
        +}
      • removedInput schema / properties / pagingToken
        Removed value: -{
        -  "description": "Pagination token from the previous response. Always use the latest one.",
        -  "type": "string"
        -}
  3. 1 tool update
    • Addedcreate_project
  4. 5 tool updates
    • Changedexport_json_ld1 field changed
      • addedInput schema / properties / graphProjectId / pattern
        Added value: +"^[a-f0-9]{32}$"
    • Changedfetch_json_ld_import_profiles1 field changed
      • addedInput schema / properties / graphProjectId / pattern
        Added value: +"^[a-f0-9]{32}$"
    • Changedgenerate_project_ai_summary2 fields changed
      • removedInput schema / properties / regenerateIfExists
        Removed 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"
        -}
      • addedInput schema / properties / regenerateIfStale
        Added 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"
        +}
    • Addedrun_code
    • Changedvalidate_json1 field changed
      • addedInput schema / properties / graphProjectId / pattern
        Added value: +"^[a-f0-9]{32}$"
  5. 3 tool updates
    • Addedgenerate_project_ai_summary
    • Changedget_project_summary2 fields changed
      • addedInput schema / properties / page
        Added value: +{
        +  "default": 0,
        +  "description": "0-based page index, applied independently to each category.",
        +  "minimum": 0,
        +  "type": "integer"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "default": 50,
        +  "maximum": 250,
        +  "minimum": 1,
        +  "type": "integer"
        +}
    • Changedlist_projects1 field changed
      • addedInput schema / properties / includeAISummary
        Added 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"
        +}
  6. 1 tool update
    • Addedexport_shex
  7. 5 tool updates
    • Addedexport_json_ld
    • Addedfetch_json_ld_import_profiles
    • Addedfetch_json_schema_import_profiles
    • Addedlist_projects
    • Addedvalidate_json
  8. 14 tool updates
    • First observedbulk_create
    • First observedcreate_mixin_type
    • First observedcreate_mixin_value
    • First observedcreate_node
    • First observedcreate_relation
    • First observedexport_jsonschema
    • First observedget_mixins_and_relation_groups
    • First observedget_project_summary
    • First observedimport_jsonschema
    • First observedremove_mixin_value
    • First observedremove_node
    • First observedremove_relation
    • First observedsearch_nodes
    • First observedupdate_node

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    MCP 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.
    36
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides powerful JSON manipulation tools through Model Context Protocol, enabling complex queries, schema generation, and validation with jq notation and native Node.js operations.
    18
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Enables generating JSON Schema from sample data, generating TypeScript types, validating data against schemas, creating mock data from schemas, and comparing schemas for differences.
    5
    49
    MIT
  • -
    license
    C
    quality
    Not graded
    maintenance
    Enables AI to create, edit, and batch generate JSON data with advanced rule engines. Supports CRUD operations, node-level editing, template management, and multi-format file exports (JSON, JSONL, CSV).
    3
    179
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness4/5

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.

Resources