Skip to main content
Glama

MeshMarket

Grok Image

grok-image

Grok Image — Generate exactly 1 image from a text prompt. Powered by xAI. Not affiliated with or endorsed by xAI. (15 MESH/call, a tool · media)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesCapability-specific payload, e.g. agent-brain: {think:'...'}; agent-memory: {action:'store'|'recall', content|query}

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=false and destructiveHint=false, so safety profile is known. The description adds the cost of 15 MESH/call and the xAI disclaimer, which are useful beyond the structured annotations. However, it does not mention rate limits, failure modes, or content restrictions, leaving gaps for a generation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is direct and purposeful. 'Powered by xAI' and the disclaimer add background but are somewhat extraneous; 'a tool · media' is cryptic and unnecessary. Overall it remains compact, but a few elements could be trimmed without losing value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a nested object parameter and no output schema, so the description carries full responsibility for explaining invocation. It fails to specify the input payload structure, output format, or error behavior. The generic schema example is unhelpful, leaving the agent without enough information to call the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description is generic and references other tools ('agent-brain', 'agent-memory'), offering no tool-specific meaning. The tool description's 'from a text prompt' at least informs the agent that the input should contain the prompt, which is essential. Yet it does not specify the exact key structure for the nested object, so the agent must guess the payload format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: 'Generate exactly 1 image from a text prompt.' This is clear and includes scope (exactly 1, text prompt). It implicitly distinguishes from siblings like grok-image-hq or grok-video-480p but doesn't name them explicitly. The disclaimers and price tag add noise but don't obscure the core purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives such as grok-image-hq or other generation tools. It does not mention use cases, constraints, or exclusions. The agent must infer that this is the standard image generator without any direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.