Skip to main content
Glama

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

B3.4/5.0

Scored across 23 tools

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  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

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.
    4 npm
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    7
    184 npm
    1
    MIT
  • 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
    28 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources