Skip to main content
Glama
hermoso-ai

Hermoso

Official

List errors users hit

list_errors
Read-only

List errors grouped by fingerprint, separating defects from user refusals. Filter by kind or surface and get hit counts, timestamps, and redacted details to pinpoint what to fix.

Instructions

The errors actually recorded against this workspace, GROUPED by fingerprint — the same failure at the same call site is one row with a hit count and first/last seen, sorted defects-first. Each row says whose side it is: ours (a defect worth fixing), user (a refusal we deliberately authored, e.g. not-connected or out-of-credits), or unknown (a vendor 4xx we cannot attribute — never guessed). Free text, tokens, emails and creative are redacted before anything is stored, so an input echo shows shapes and lengths, not content. Filter by surface (http/mcp/agent/job/client) or kind. Read-only, 0 credits. Scoped to your own workspace; an operator whose client carries the admin key sees every account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo'ours' = a defect; 'user' = a refusal we authored; 'unknown' = we could not tell
limitNohow many groups to return (default 50, max 200)
sinceNoISO timestamp — only groups last seen at or after this
surfaceNowhere it happened: http (an API route), mcp (an agent tool), agent (the in-app Studio agent), job (an async render/publish), client (a browser crash)
Behavior5/5

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

Annotations already indicate read-only and non-destructive, and the description reinforces this with 'Read-only, 0 credits'. It also discloses critical behaviors beyond the annotations: redaction of free text/tokens/emails/creative, grouping by fingerprint with side classification, sorting defects-first, and the workspace scoping with an admin-key exception. These details materially inform the agent's expectations about data safety, output shape, and access boundaries.

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 composed of several dense sentences, each adding a distinct fact (grouping, side classification, redaction, scoping, filters, credits). It is longer than the bare minimum, but every sentence contributes actionable information and the most defining trait (grouping) is front-loaded. It is structured well but could be tightened without losing meaning.

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 thoroughly explains what the returned rows represent (grouped, with hit count, first/last seen, side, redaction behavior) and how to filter. It also covers access scoping and the read-only nature. An agent has everything needed to call it correctly and interpret the response, making it complete for a list-diagnostics 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 covers 100% of the parameters with per-parameter descriptions (kind, limit, since, surface). The tool description mostly references the filter values ('surface', 'kind') without adding new semantics beyond the schema. Since the schema already does the heavy lifting, a baseline of 3 is appropriate; the description does not deepen parameter understanding further.

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 ('list'), a precise resource ('errors recorded against this workspace'), and clarifies the grouping by fingerprint with hit counts and side classification. It distinguishes itself from the many publishing/social tools and even from the sibling 'error_detail' by its aggregate, grouped nature.

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

Usage Guidelines3/5

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

The description conveys that this is a read-only, zero-credit diagnostic tool scoped to the workspace, which implies when it might be used. However, it does not explicitly contrast it with alternatives like 'error_detail' or state when not to use it. The usage context is present but not framed as a when/when-not decision, leaving the selection to inference.

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/hermoso-ai/hermoso'

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