Skip to main content
Glama
easyparser-com

Easyparser

Official

get_error_logs

Read-only

Retrieve API and bulk job error logs to diagnose request failures. Filter by channel, error code, operation, or domain to identify exactly which input caused each error.

Instructions

List the user's API request error logs — the same data shown on the Errors page of the Easyparser web app. Covers both real-time API errors and bulk job errors: each row has the platform, operation, domain, error code, channel (BULK/REALTIME), the request parameters that caused it, and a timestamp.

Use this tool when the user asks about failures: "why are my requests failing?", "show me recent errors", "any webhook errors today?", "what went wrong with my DETAIL calls?". Filter by error_channel (BULK or REALTIME), error_code, operation, or domain to narrow down. Each row includes a request_id and the query_params that triggered the error, so you can trace exactly which input 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.
date_toNoISO date upper bound.
order_byNoSort field. Default 'create_date'.create_date
platformNoFilter by platform (e.g. 'AMZ').
date_fromNoISO date lower bound, e.g. 2026-08-01.
operationNoFilter by operation type, e.g. DETAIL or SEARCH.
error_codeNoFilter by a specific error code, e.g. 'WEBHOOK_ERROR_404' or 'SOMETHING_WENT_WRONG'.
order_typeNoSort direction. 'desc' (newest first) is default.desc
error_channelNoFilter by channel: BULK (bulk job errors) or REALTIME (real-time API errors). Omit for both.

Schema Changelog

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

  1. First observedv1.4.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and non-destructive behavior; the description adds useful behavioral context beyond that: it is a monitoring endpoint, it costs no credits, it returns both BULK and REALTIME channels, and it includes request_id plus query_params for tracing failures. No contradiction with 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 front-loaded with the core purpose, then gives usage triggers, filter guidance, and a credit-cost note. Every paragraph earns its place; there is only minor overlap between the row-fields list and the filter examples, but nothing wasteful.

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 that there is no output schema, the description compensates by spelling out the returned columns, the two error channels, filtering options, tracing capability, and pricing behavior. For an 11-parameter optional-filter tool, this is sufficiently complete for an agent to select and call it 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 100%, so the baseline is 3. The description adds meaning by explaining which filters matter most, giving concrete error_code examples like 'WEBHOOK_ERROR_404' and 'SOMETHING_WENT_WRONG', and clarifying the BULK vs REALTIME channel semantics. It does not deeply expand page/limit or date semantics, but the schema already covers those.

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 uses a specific verb-resource pair ('List the user's API request error logs') and anchors the output to the Errors page of the web app. It clearly distinguishes this tool from the sibling data tools by stating it covers both real-time API errors and bulk job errors with specific fields.

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 lists trigger phrasings such as 'why are my requests failing?' and 'show me recent errors', and gives the main filter strategy. It does not name when-not-to-use cases or alternative sibling tools, so it stops short of full routing 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