Skip to main content
Glama

Server Details

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

Ownership verified

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
0.0% over 39 days
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
MediaAssist/imejis-mcp
GitHub Stars
0
Server Listing
imejis-mcp

TDQS

A4.1/5.0

Scored across 37 tools

Disambiguation5/5

Each tool targets a distinct resource or action (design, template, font, file, API key, workspace, quota, credits, subscription, etc.), and even the render-related tools (export_design, preview_design, get_render_url) are clearly differentiated by purpose and output. There is no ambiguity between tool responsibilities.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern in snake_case (e.g., create_design, list_templates, deactivate_api_key). No mixing of conventions or ambiguous verbs.

Tool Count3/5

With 37 tools, the count is on the higher side, fitting into the 'heavy' range (>25). While the domain of a design platform may justify many operations, the number could be slightly overwhelming for an agent, especially with many list tools and niche credit/subscription features.

Completeness4/5

The tool set covers CRUD for designs, fonts, files, and API keys, plus templates (read-only but copyable), render/export, quota, credits, and subscription info. Minor gaps exist (e.g., no tool to create/delete templates, no workspace member management), but these are not critical for core workflows.

Tool Schema Changelog

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

  1. 18 tool updates
    • Changedactivate_api_key1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "active": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedcreate_api_key1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "active": {
        +      "type": "boolean"
        +    },
        +    "key": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedcreate_design1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    },
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "id": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedcreate_design_from_template1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    },
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "id": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changeddeactivate_api_key1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "active": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changeddelete_api_key1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changeddelete_design1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    },
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "id": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changeddelete_file1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changeddelete_font1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedduplicate_design1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    },
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "id": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedget_api_usage1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "data": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedget_design1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    },
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "id": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedget_design_render_config1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "data": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "render": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedget_render_url1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "dynamicFields": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "renderEndpoint": {
        +      "type": "string"
        +    },
        +    "url": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedget_template1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "_id": {
        +      "type": "string"
        +    },
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {},
        +      "type": "object"
        +    },
        +    "id": {
        +      "type": "string"
        +    },
        +    "name": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedlist_api_keys1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "docs": {
        +      "items": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedlist_component_types1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "componentTypes": {
        +      "items": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedupdate_design1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": {},
        +  "properties": {
        +    "design": {
        +      "additionalProperties": {},
        +      "properties": {
        +        "_id": {
        +          "type": "string"
        +        },
        +        "design": {
        +          "additionalProperties": {},
        +          "properties": {},
        +          "type": "object"
        +        },
        +        "id": {
        +          "type": "string"
        +        },
        +        "name": {
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "error": {
        +      "type": "string"
        +    },
        +    "updated": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 3 tool updates
    • Addedactivate_api_key
    • Addeddeactivate_api_key
    • Addeddelete_api_key
  3. 34 tool updates
    • First observedcreate_api_key
    • First observedcreate_design
    • First observedcreate_design_from_template
    • First observeddelete_design
    • First observeddelete_file
    • First observeddelete_font
    • First observedduplicate_design
    • First observedexport_design
    • First observedget_all_quota_usage
    • First observedget_api_usage
    • First observedget_credit_balance
    • First observedget_design
    • First observedget_design_guide
    • First observedget_design_render_config
    • First observedget_expiring_credits
    • First observedget_plans
    • First observedget_quota_usage
    • First observedget_render_url
    • First observedget_subscription
    • First observedget_template
    • First observedget_workspace
    • First observedlist_api_keys
    • First observedlist_component_types
    • First observedlist_credit_transactions
    • First observedlist_designs
    • First observedlist_files
    • First observedlist_fonts
    • First observedlist_my_fonts
    • First observedlist_templates
    • First observedlist_workspaces
    • First observedpreview_design
    • First observedupdate_design
    • First observedupload_file
    • First observedupload_font

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to create high-resolution marketing images from simple JSON configs without design skills or API keys. Provides presets, themes, and layouts to render deterministic PNGs locally.
    MIT
  • A
    license
    B
    quality
    Not graded
    maintenance
    Orshot's MCP Server lets you dynamically generate images from your templates from your prompts in Claude, Cursor or any app that supports MCP Servers. You can use the pre-designed templates and also AI Generate or design your own templates in Orshot, and then generate images from those templates
    7
    3
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.