Skip to main content
Glama

List Hedra Jobs

hedra_list_jobs
Read-onlyIdempotent

List AI generation jobs across all models, newest first, with pagination. Use to review recent activity or locate a specific past job.

Instructions

List jobs submitted with this API key across all models, most recent activity first, paginated.

Args:

  • limit (number, optional, default 20, max 100): items per page.

  • cursor (string, optional): pass the previous response's next_cursor to get the next page; omit for the first page.

Returns: JSON {jobs: [...], next_cursor}. has_more can be inferred from next_cursor being non-null.

Examples:

  • Use when: "what have I generated recently?" or "find my last few jobs across any model"

  • Don't use when: you already know the model and want only its jobs (use hedra_list_model_jobs — narrower and often faster)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum items per page (1-100).
cursorNoOpaque pagination cursor from a previous response's next_cursor. Omit for the first page.
Behavior4/5

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

Annotations already declare readOnly/openWorld/idempotent/non-destructive, and the description adds valuable behavioral context: pagination with a cursor (next_cursor), the has_more inference, and ordering across all models. It does not describe error handling or rate limits, but for a read-only list operation it covers the key dynamic behavior well.

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 well-structured with clear sections (Args, Returns, Examples) and every sentence adds value. It avoids fluff and uses concise, actionable language.

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?

There is no output schema, but the description explicitly states the return JSON structure and how to infer has_more. It also covers pagination behavior and provides usage examples, making it complete for a list operation. The sibling differentiation adds to contextual completeness.

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% and the description essentially restates the same parameter details (limit default/max, cursor usage). It does add a small note about interpreting next_cursor for pagination, but overall it does not go substantially beyond what the schema already provides, so the baseline score of 3 is appropriate.

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?

States the specific action (list jobs) with clear scope (across all models, submitted with this API key) and ordering (most recent activity first). It explicitly distinguishes itself from the sibling tool hedra_list_model_jobs by noting the all-models scope, so the purpose is unambiguous.

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?

Provides explicit 'Use when' and 'Don't use when' guidance, naming the alternative tool hedra_list_model_jobs and explaining when it is more appropriate. This gives the agent clear decision criteria for tool selection.

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/HemanthDonga/hedra-mcp-server'

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