Skip to main content
Glama

failed-tests-summary

Group dbt failed tests and DQ check failures by dataset, displaying the most recent failing rows, to replace three separate tool calls.

Instructions

Aggregated 24h-ish view: dbt failed tests + DQ checks failures grouped by dataset + most recent failing rows. Replaces 3+ tool calls (dbt-failed-tests + dq-failed-checks-by-dataset + dq-list-checks).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recentRunsNoLook at last N dbt runs
sinceHoursNoRecent window for DQ checks
extractFieldsNoComma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities.
Behavior3/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 discloses the aggregated nature, the 24h-ish time window, and that it includes the most recent failing rows. However, it does not explicitly state side effects, auth requirements, or whether it is read-only. For a composite tool, a bit more detail on behavior would be beneficial, but what is provided is adequate.

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 two sentences: the first introduces the aggregated view and grouping, and the second explains that it replaces multiple tool calls. Every word earns its place; no fluff. Front-loaded with key information.

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

Completeness4/5

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

Given the tool's complexity (composite with 3 parameters, no output schema), the description provides a good overview: aggregation, grouping by dataset, time window, and replacement of multiple calls. It could have included a bit more detail on the exact structure of the response, but for a 3-param tool it is largely complete.

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 coverage is 100%, with each parameter having a clear description. The tool description does not add additional meaning beyond what the schema already provides; it only mentions defaults implicitly. Therefore, baseline 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?

The description clearly states what the tool does: it aggregates dbt failed tests and DQ check failures grouped by dataset with the most recent failing rows. It explicitly distinguishes itself from siblings by noting it replaces three separate tool calls (dbt-failed-tests, dq-failed-checks-by-dataset, dq-list-checks), making its composite nature clear.

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 states that this tool replaces 3+ separate tool calls, giving strong guidance on when to use it (when a consolidated view is needed). It does not provide explicit exclusions or when-not conditions, but the context is clear enough for an agent to infer appropriate usage.

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/us-all/dbt-mcp-server'

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