Skip to main content
Glama

Server Details

Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform.

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
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4/5.0

Scored across 11 tools

Disambiguation4/5

Tools are mostly distinct: exports differ by format, profile fetchers are format-specific, and schema discovery tools focus on different facets. Slight overlap exists between get_project_summary and search_nodes, which could both retrieve type/element listings, but descriptions clarify their scope.

Naming Consistency5/5

All tools use snake_case with a consistent verb_noun pattern (export_, fetch_, get_, list_, search_, validate_, run_). The naming is predictable and uniform, with no mixed conventions or vague verbs.

Tool Count5/5

11 tools is a well-scoped size for a read-only modeling server, covering discovery, schema access, search, export, validation, and orchestration without redundancy. Each tool serves a distinct purpose and earns its place.

Completeness5/5

The surface covers the full lifecycle of reading and exporting project data: project listing, schema discovery, node searching, multiple export formats, and validation. The run_code tool enables programmatic composition, filling potential gaps and making the toolkit effectively complete.

Tool Schema Changelog

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

  1. 2 tool updates
    • Addedcore_models_get_mixins_info
    • Addedcore_models_get_relation_groups_info
  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. 4 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}$"
    • Addedrun_code
    • Changedvalidate_json1 field changed
      • addedInput schema / properties / graphProjectId / pattern
        Added value: +"^[a-f0-9]{32}$"
  4. 2 tool updates
    • 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"
        +}
  5. 1 tool update
    • Addedexport_shex
  6. 5 tool updates
    • Addedexport_json_ld
    • Addedfetch_json_ld_import_profiles
    • Addedfetch_json_schema_import_profiles
    • Addedlist_projects
    • Addedvalidate_json
  7. 9 tool updates
    • Removedcore_models_export_jsonschema
    • Removedcore_models_fetch_node
    • Removedcore_models_fetch_nodes
    • Removedcore_models_get_mixins_and_relation_groups
    • Removedcore_models_project_content_summary
    • Addedexport_jsonschema
    • Addedget_mixins_and_relation_groups
    • Addedget_project_summary
    • Addedsearch_nodes
  8. 19 tool updates
    • Removedcore_models_bulk_create
    • Removedcore_models_create_mixin_type
    • Removedcore_models_create_mixin_value
    • Removedcore_models_create_node
    • Removedcore_models_create_relation
    • Addedcore_models_export_jsonschema
    • Addedcore_models_fetch_node
    • Changedcore_models_fetch_nodes10 fields changed
      • changedInput schema / properties / expression / description
        Previous value: -"Search by partial node name. Do NOT use wildcard characters."New value: +"Partial node-name match. Do NOT use wildcards."
      • removedInput schema / properties / graphProjectId / description
        Removed value: -"CoreModels project ID"
      • removedInput schema / properties / includeMixins / description
        Removed value: -"Include node mixins in results"
      • removedInput schema / properties / includeRelations / description
        Removed value: -"Include node relations in results"
      • removedInput schema / properties / nodeType / description
        Removed value: -"Filter by node type"
      • removedInput schema / properties / pageSize / description
        Removed value: -"Number of nodes per page"
      • changedInput schema / properties / pagingToken / description
        Previous value: -"Pagination token from previous response. Leave null for first request. Important: Always use the last token from the most recent response."New value: +"Pagination token from the previous response. Always use the latest one."
      • removedInput schema / properties / sortAttr / description
        Removed value: -"Attribute to sort results by"
      • removedInput schema / properties / spaceIds / description
        Removed value: -"Comma-separated space IDs to filter by. Use IDs, not space names."
      • removedInput schema / properties / token / description
        Removed value: -"Authentication token"
    • Addedcore_models_get_mixins_and_relation_groups
    • Removedcore_models_get_mixins_info
    • Removedcore_models_get_relation_groups_info
    • Removedcore_models_import_jsonschema
    • Changedcore_models_project_content_summary2 fields changed
      • removedInput schema / properties / graphProjectId / description
        Removed value: -"CoreModels project ID"
      • removedInput schema / properties / token / description
        Removed value: -"Authentication token"
    • Removedcore_models_remove_mixin_type
    • Removedcore_models_remove_mixin_value
    • Removedcore_models_remove_node
    • Removedcore_models_remove_relation
    • Removedcore_models_restore_node
    • Removedcore_models_update_node
  9. 16 tool updates
    • First observedcore_models_bulk_create
    • First observedcore_models_create_mixin_type
    • First observedcore_models_create_mixin_value
    • First observedcore_models_create_node
    • First observedcore_models_create_relation
    • First observedcore_models_fetch_nodes
    • First observedcore_models_get_mixins_info
    • First observedcore_models_get_relation_groups_info
    • First observedcore_models_import_jsonschema
    • First observedcore_models_project_content_summary
    • First observedcore_models_remove_mixin_type
    • First observedcore_models_remove_mixin_value
    • First observedcore_models_remove_node
    • First observedcore_models_remove_relation
    • First observedcore_models_restore_node
    • First observedcore_models_update_node

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    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.
    6 npm
    ISC
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server enabling AI assistants to explore schema.org types, generate JSON-LD examples, validate structured data, and navigate the complete ontology with fuzzy matching and caching.
    11 npm
    21
    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
    23 npm
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables converting data structure definitions between numerous schema formats and generating code for multiple programming languages, using Apache Avro Schema as the integration model.
    4
    131
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources