Skip to main content
Glama

get_errors

Retrieve JavaScript errors from TrackJS with optional filters for date range, severity, application, environment, and message. Get the details you need to diagnose issues quickly.

Instructions

Retrieve errors from TrackJS with optional filtering

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of errors to return (default: 50)
endDateNoEnd date for error search (ISO 8601 format)
messageNoFilter by error message (partial match)
severityNoFilter by error severity
startDateNoStart date for error search (ISO 8601 format)
applicationNoFilter by application name
environmentNoFilter by environment (e.g., production, staging)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'Retrieve' and 'optional filtering' without disclosing default behavior (e.g., default limit, date range defaults), pagination, return format, or any operational nuances. This is minimal disclosure for a retrieval tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words, making it concise and well-structured. However, it omits important context that could be included compactly, so it is not a perfect score.

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

Completeness2/5

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

Given 7 optional parameters, no output schema, and no annotations, the description is too sparse. It does not explain what the default behavior is, how filters combine, or what the return object looks like, leaving an agent under-informed for selecting and invoking the tool.

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?

The input schema provides descriptions for 100% of parameters, so the description does not need to add parameter-level detail. The description's 'optional filtering' is generic and does not add meaning beyond the schema's explicit parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource ('Retrieve errors from TrackJS') and mentions optional filtering. However, it does not differentiate this tool from siblings like get_error_details or get_error_messages, so it misses the top score.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. The phrase 'with optional filtering' refers to parameters, not usage context, and no exclusions or alternative tool references are provided.

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/thrivecausemetics/trackjs-mcp'

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