Skip to main content
Glama
photo-ai-studio

Photo AI Studio MCP Server

Official

get_prediction

Retrieve the current status and result URL of an ongoing AI photo, edit, or video creation task. Use it to check when your operation has completed.

Instructions

Check the status of an async operation (generation, edit, or video). Returns the current state and result URL when complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prediction_idYesThe prediction ID returned by generate_photo, edit_image, or create_video
Behavior3/5

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

No annotations are provided, so the description bears full burden. It states the tool returns 'current state and result URL when complete,' which is adequate but lacks details on possible states, error handling, or idempotency. More transparency on the async behavior would help.

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?

Two concise sentences efficiently convey purpose, scope, and output. Front-loaded with the verb 'Check' and no unnecessary words.

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

Completeness4/5

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

Given low complexity (one param, no output schema), the description covers the essential purpose, output, and input origin. Minor gaps: does not enumerate possible states or mention error cases for invalid IDs, but still fully usable.

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?

Schema coverage is 100% and the description's parameter info ('returned by generate_photo, edit_image, or create_video') duplicates the schema. No additional meaning is added beyond the schema, meeting baseline expectations.

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

Purpose5/5

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

The description clearly states the tool checks the status of an async operation for generation, edit, or video. It explicitly distinguishes from sibling tools like generate_photo, edit_image, and create_video (which start operations) and list_predictions (which lists all predictions).

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

Usage Guidelines4/5

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

The description implies the tool is used after initiating an async operation to check its status, and differentiates from siblings. However, it lacks explicit guidance on when not to use it (e.g., for initiating operations or listing all predictions) or alternatives.

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/photo-ai-studio/photo-ai-studio-mcp'

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