Skip to main content
Glama
jashwanth0712

RunPod Image MCP Server

check_job_status

Check the status of image generation or editing jobs by providing the job ID and endpoint type. Returns current status and result URL when completed.

Instructions

Check the status of a previously submitted job.

Use this tool to monitor long-running jobs or check on jobs that timed out. Works for both image generation (Seedream) and image editing (Nano Banana) jobs.

Args: job_id: Job ID returned from generate_image or edit_image. Format: typically a UUID like "abc123-def456" endpoint_type: Which API the job was submitted to: - "seedream": For text-to-image generation jobs - "nano_banana": For image editing jobs

Returns: Current job status with result URL if completed. Possible statuses: IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED

Examples: - Check a generation job: check_job_status("abc123-def456", "seedream") - Check an editing job: check_job_status("xyz789-ghi012", "nano_banana")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
endpoint_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions possible statuses and a result URL upon completion, adding some transparency. But it does not disclose read-only nature, idempotency, or potential side effects, which are important for a status-checking tool.

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 concise, well-structured with an opening statement, explicit Args and Returns sections, and examples. Every sentence adds value, and the most critical info is front-loaded.

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

Completeness5/5

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

Given the tool has an output schema (though not shown), the description still covers return values (statuses and result URL). It completely explains both parameters, usage scenarios, and provides examples, making it fully adequate for an agent to invoke correctly.

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

Parameters4/5

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

Schema coverage is 0%, but the description adds meaning for both parameters: it describes the format of job_id (UUID example) and explains the endpoint_type enum values with their API associations. This compensates well beyond the schema's minimal type definitions.

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 a job, specifying both image generation (Seedream) and editing (Nano Banana). It uses a specific verb 'check' and resource 'job status', and distinguishes from siblings like generate_image and edit_image.

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 explicitly says to use it for monitoring long-running jobs or checking on timed-out jobs. It indicates it works for both endpoints. However, it lacks explicit when-not-to-use guidance or alternative tool referrals, though the examples provide context.

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/jashwanth0712/runpod-image-mcp'

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