Skip to main content
Glama

List recent generations

list_jobs
Read-onlyIdempotent

Retrieve your Midjourney job history: recent jobs, their status, and finished image URLs. Filter by status to track progress or locate completed work.

Instructions

List the account's recent Midjourney jobs, newest first, with their status and the URLs of any finished images.

This is the account's own history, not the public feed. Use explore_feed for other people's work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return, 1-100. Defaults to 25.
cursorNoContinue from a previous page. Pass the `cursor` from the last result.
statusNoOnly return jobs in this state. Filtered here, since the endpoint has no filter.
include_rawNoReturn the untouched API response alongside the parsed jobs. Useful when a field looks wrong and you need to see what actually came back.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds value beyond annotations by specifying the result ordering, the included fields (status, image URLs), and the scope limitation to the account's own history, which is useful behavioral context.

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 sentences with no filler. The first sentence delivers the core purpose and output details; the second clarifies scope and provides the sibling alternative. Information is front-loaded and every sentence earns its place.

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?

For a list operation with no required parameters, no nested objects, and a full set of annotations plus a 100% schema coverage, the description provides enough contextual detail: scope, ordering, output contents, and the key alternative. There are no critical gaps that would prevent correct invocation.

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 description coverage is 100%, so the schema fully documents all four parameters. The description does not add parameter-specific meaning beyond what the schema already provides, so the baseline score of 3 applies.

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 states a specific verb and resource: 'List the account's recent Midjourney jobs' with ordering ('newest first') and content ('status and URLs of finished images'). It also explicitly distinguishes from the public feed by referencing explore_feed, so an agent can differentiate it from siblings without opening the schema.

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

Usage Guidelines5/5

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

The description gives clear when-to-use context ('the account's own history') and an explicit when-not-to-use with a named alternative ('Use explore_feed for other people's work'). This is direct routing guidance, not just a vague implication.

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

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/thenavidm/midjourney-mcp-cli'

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