Skip to main content
Glama
BACH-AI-Tools

Ghibli Image Generator MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNo不适用 (Not applicable)
PORTNo不适用 (Not applicable)
API_KEYYesAPI 密钥 (API key used for authentication)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ghibli_generate_imageD

Ghibli generate

example_responseD

example response

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: 'example_response' appears to provide sample outputs or documentation, while 'ghibli_generate_image' performs the core image generation function. There is no overlap or ambiguity between these tools.

Naming Consistency2/5

The naming is inconsistent: 'example_response' uses snake_case but lacks a clear verb-action pattern, while 'ghibli_generate_image' uses snake_case with a more descriptive verb-noun structure. This mixed approach reduces predictability.

Tool Count2/5

With only 2 tools, this server feels under-scoped for an image generator domain. A typical image generation service would include tools for configuration, style control, or batch operations, making this count insufficient for robust functionality.

Completeness1/5

The toolset is severely incomplete for an image generator: it lacks essential operations like parameter adjustment, style selection, image editing, or retrieval of generated images. The 'example_response' tool does not contribute to core functionality, leaving major gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues