Skip to main content
Glama

imagine_agent_read

Retrieve responses from a Grok Imagine Agent conversation by providing the conversation ID. Optionally specify cookies or account for authentication.

Instructions

Read responses from a Grok Imagine Agent conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoOptional Grok account name from cookies/<name>.json. Overrides cookies.json if provided.
cookiesNoOptional Grok cookies. If omitted, server uses account or cookies.json.
conversation_idYes
Behavior2/5

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

No annotations provided, so description carries full burden. It only states 'read responses' without disclosing authorization requirements, the effect of optional parameters (account/cookies), error behavior for missing conversations, or that the operation is read-only and non-destructive.

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

Conciseness5/5

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

The description is a single, clear sentence that front-loads the action and resource. No wasted words.

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

Completeness3/5

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

Without an output schema, the description does not explain what the response data contains (e.g., message objects, timestamps). It is adequate for a simple read but could be more complete given the complexity of the sibling toolset.

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

Parameters2/5

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

Schema description coverage is 67%; the required 'conversation_id' parameter has no description. The tool description adds no parameter information beyond what is in the schema, leaving the agent uncertain about the meaning or format of the conversation ID.

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 clearly states the tool reads responses from a Grok Imagine Agent conversation, using a specific verb and resource. It distinguishes from siblings like imagine_agent_send and imagine_agent_start, but lacks detail on scope (e.g., does it read all responses or a specific one?).

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 on when to use this tool versus alternatives. Given the many sibling tools (agent_read, agent_send, etc.), the description should indicate that this is for retrieving existing responses, not for sending or starting conversations.

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

Install Server

Other Tools

Latest Blog Posts

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/WormAlien/grok-cookie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server