Image3 Prompt MCP
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation5/5
Each tool has a clearly distinct role: searching gallery previews, retrieving a full prompt, listing categories, and building a prompt brief. The overlap between search_prompts and get_prompt is well-handled because search returns concise previews while get_prompt requires a returned identifier and returns the complete prompt.
Naming Consistency5/5All tool names follow the same verb_noun snake_case pattern: search_prompts, get_prompt, list_categories, and build_prompt_brief. The verbs are specific and consistent with each operation.
Tool Count5/5Four tools is well-scoped for a prompt gallery MCP. Each tool earns its place and there is no unnecessary duplication or excessive surface area.
Completeness5/5The server covers the core workflow of discovering prompts, retrieving full prompt details, browsing categories, and constructing a new prompt brief. Read-only gallery operations plus the brief-building step form a complete, sensible workflow with no obvious dead ends.
Average 4/5 across 4 of 4 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 4 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnly, openWorld, idempotent, and non-destructive behavior, so the description only needs to add beyond them. It adds the critical behavioral fact that the tool does not generate an image, and characterizes the output as deterministic with constraints and revision moves. This is useful context beyond the structured fields.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, with the core action and output in the first sentence and a key limitation in the second. No filler or restatement of the title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description neither explains the optional parameters nor describes the structure of the resulting brief, and there is no output schema to fill that gap. The phrase 'constraints and revision moves' hints at content but not at format or behavior. For a 6-parameter tool with one required field, more detail is needed for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description carries the full burden, yet it only vaguely references the input as a 'rough image idea' (aligning with the required 'idea' parameter). It says nothing about the meaning, usage, or effect of style, useCase, exactText, aspectRatio, or referenceConstraints. This leaves most parameters semantically opaque.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Turn a rough image idea into a structured, deterministic GPT Image 2 brief with constraints and revision moves.' It also explicitly distinguishes itself from image generation with 'This does not generate an image.' This clearly separates it from sibling retrieval tools like search_prompts and get_prompt.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the use case: when you have a rough image idea and need a structured brief. It does not, however, name any alternatives or state conditions for using search_prompts, get_prompt, or list_categories instead. The only exclusion is negative ('does not generate an image'), which is not enough to fully route an agent among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered externally. The description adds useful behavioral context by stating return content ('previews, media, categories, and canonical Image3 source pages') and noting it is free. No contradiction with annotations exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly two sentences with no filler. The verb and resource are front-loaded, followed by return content and a brief cost/safety note. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite the tool being relatively simple, the description omits all parameter semantics and provides no differentiation from siblings. With no output schema and no parameter descriptions, the definition is not complete enough for an agent to confidently call the tool correctly. Annotations cover the safety profile, but the remaining operational details are missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the full burden of explaining parameters. It does not mention 'query', 'category', 'language', 'featuredOnly', or 'limit' at all; the word 'categories' in the return could even be confused with the 'category' filter parameter. This is a significant gap for an agent trying to construct an effective search.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Search') and a specific resource ('Image3 GPT Image 2 prompt gallery'), and lists what is returned ('concise previews, media, categories, and canonical Image3 source pages'). This clearly distinguishes it from siblings like get_prompt, list_categories, and build_prompt_brief, which all have different actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool — when searching the prompt gallery is needed — but it never explicitly contrasts it with sibling tools or states when not to use it. No exclusions or alternative routing are provided, so the agent must infer the boundary between searching and getting a specific prompt or listing categories.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so the description's 'Read-only' confirms rather than adds. It does add valuable context: 'free' signals no cost, and 'with counts' hints at the return shape beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact sentence followed by a short phrase. It is front-loaded with the core action and resource, and every word adds information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only list tool with one optional parameter and rich annotations, the description is nearly sufficient. The absence of an output schema is partly mitigated by the mention of categories with counts, though a bit more detail about the language parameter's effect would make it fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It clarifies that language is optional and affects which categories are listed, but it does not explain what each enum value means, what 'all' includes, or what exactly the counts represent.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states the specific verb 'List' and the resource 'Image3 prompt categories', and adds the output detail 'with counts' plus an optional language filter. This clearly distinguishes it from sibling tools like search_prompts, get_prompt, and build_prompt_brief.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case is implied: if you need to enumerate prompt categories with counts, this is the tool. However, the description does not explicitly say when to choose this over alternatives or mention any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the description only needs to add value beyond safety. It does: 'sanitized' signals the returned prompt is processed/cleaned, and 'its media' discloses the response includes associated media. No contradiction between description and annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler; the core action and output are front-loaded in sentence one, and sentence two provides routing guidance. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter read-only tool with rich annotations, the definition covers the essential operation, the source of valid inputs, and the basic return shape (sanitized prompt plus media). No output schema exists, so the mention of return contents is the right compensation. Minor omissions like error behavior and pagination are not material for this simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the full burden for the only parameter. It clarifies that slugOrId accepts either a slug or an id and that valid values come from search_prompts, which is meaningful beyond the bare string type. It stops short of describing the expected slug format or how id and slug resolution differ, but for a single simple parameter this is solid.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get'), names the resource (a prompt from Image3), and adds qualifying detail: it returns one complete sanitized prompt and its media. The second sentence tells the agent to use an identifier from search_prompts, which distinguishes this tool from search operations. Nothing is left ambiguous about what the tool fetches.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly states that the identifier must come from search_prompts, establishing the correct workflow — search first, then get. This is clear usage context, though it does not spell out when-not-to-use cases or name alternative tools beyond the implicit search_prompts dependency. A 5 rating would require explicit exclusions, so this lands at 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gpt-img-2/image3-prompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server