Skip to main content
Glama
easyparser-com

Easyparser

Official

list_bulk_jobs

Read-only

Check bulk extraction job status and progress counts from the same data as the Easyparser web app. Filter by operation, domain, or status to identify completed, failed, or partial jobs.

Instructions

List the user's bulk extraction jobs with their progress: operation, domain, status, total/completed/failed/invalid item counts, and timestamps. This reads the SAME data as the Bulk Requests page in the Easyparser web app — so it can see and track jobs the user started from the app UI, not just jobs submitted through this MCP server.

Use this tool when the user asks about their bulk jobs: "is my job done?", "what bulk jobs are running?", "did the DETAIL batch finish?". Each row includes a group_id — pass it to get_bulk_job_items to drill into individual items, or to get_bulk_webhook_logs to check webhook deliveries.

Statuses: pending (queued), processing (running), completed (all items succeeded), partial_success (some items failed or were dropped — check failed_items/invalid_items counts), failed. This tool is free of per-call credits (monitoring endpoints do not consume credits).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number. Default 1.
limitNoItems per page (max 1000). Default 100.
domainNoFilter by marketplace domain.
statusNoFilter by job status: pending, processing, completed, partial_success (some items failed), failed.
operationNoFilter by operation type, e.g. DETAIL or SEARCH.
sort_directionNoSort by creation time. 'desc' (newest first) is default.desc
bulk_request_idNoLook up a specific job by its bulk_request_id (returned when the job was submitted).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.4.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already signal read-only and non-destructive behavior, and the description reinforces this by explicitly saying it 'reads the SAME data as the Bulk Requests page' and that monitoring endpoints 'do not consume credits.' It adds valuable context about job status semantics, including partial_success meaning some items failed or were dropped, which goes well beyond the annotations.

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 and front-loaded: it states the primary purpose first, then use cases, then statuses, then cost behavior. Every sentence earns its place, and the user-facing example quotes make the tool's intent immediately clear without being bloated.

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?

With no output schema, the description carries the burden of explaining return-value context; it lists the key row fields, meaning of statuses, and how to drill into items or webhook logs. It also clarifies credit usage and cross-app visibility, making the tool fully usable by an agent without needing to infer missing behavior.

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 baseline is 3 and the schema fully documents all 7 parameters. The description usefully explains output fields and status semantics, but it does not add new meaning to the parameters themselves beyond what the schema already provides.

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 opens with a specific, concrete function: 'List the user's bulk extraction jobs with their progress,' followed by the exact row fields (operation, domain, status, counts, timestamps). It clearly separates this tool from siblings by directing users to get_bulk_job_items and get_bulk_webhook_logs for drill-down, so an agent can identify which tool to call.

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?

Usage is explicit with concrete trigger phrases: 'Use this tool when the user asks about their bulk jobs: "is my job done?", "what bulk jobs are running?", "did the DETAIL batch finish?".' It also names alternatives for follow-up actions, such as passing group_id to get_bulk_job_items or get_bulk_webhook_logs, giving clear when-to-use and when-to-route-elsewhere guidance.

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

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/easyparser-com/mcp-easyparser'

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