Skip to main content
Glama

gavel_findings

Read-only

Discover lint findings across a project in one call. Returns a by-rule summary and file:line list with gate-blocking NEW findings sorted first. Filter by project, rule, or severity.

Instructions

Discover every lint finding across a project in one call. Runs a quick analysis (findings only, no coverage), returns a by-rule summary plus a flat file:line list with gate-blocking NEW findings sorted first. Filter by project, rule, or severity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleNoKeep only findings whose rule id matches (omit for all rules)
limitNoMaximum findings to list in detail; the by-rule summary always counts all matches (default 100)
projectNoAnalyze only this project (omit for all projects)
severityNoKeep only findings of this severity, e.g. error or warning (omit for all)
gavelspaceNoAbsolute path to a gavelspace directory (omit to use the directory where Claude Code is running)
Behavior4/5

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

Annotations declare readOnlyHint=true, which aligns with the description. The description adds behavioral context: it runs a quick analysis, returns sorted output with gate-blocking NEW findings first, and excludes coverage data.

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 well-structured sentences that front-load the main action and efficiently convey the tool's purpose, behavior, and filtering options.

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 5 parameters with full schema coverage and no output schema, the description covers the main purpose and key behavior. It could mention the output format more explicitly but is adequate for a scanning tool.

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%, and the description adds value by explaining that limit applies only to the detailed list while the summary counts all matches, and by clarifying the gavelspace parameter defaults to the current directory.

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 the tool discovers lint findings across a project, specifies it returns a by-rule summary and a sorted flat file:line list, and distinguishes from sibling tools by noting 'no coverage'.

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 implies this tool is for quick analysis when you want all findings without coverage, but does not explicitly state when to use it versus alternatives like gavel_coverage or gavel_trends.

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/gavelcode/gavel'

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