Skip to main content
Glama

label_finding

Destructive

Record human verdicts on audit findings to suppress false positives and build a corpus of labeled examples. Append-only, with accept verdicts preventing future matches.

Instructions

Append a labeled precedent to a taste profile's corpus — the growth loop. Use when a human accepts/revises/rejects an audit_taste finding or labels a new wrong→right example. Append-only: existing records are never rewritten. accept-verdict precedents suppress matching findings in future audit_taste runs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rightYesWhat right looks like.
wrongYesThe wrong pattern — use a verbatim snippet so accept-suppression can match it.
profileYesProfile name.
verdictYesaccept = the flagged pattern is fine (suppresses future matches); revise/reject = confirmed wrong.
artifactYesWhat was judged (path, URL, or short description).
severityNoSeverity the human assigns.
violated_ruleYesThe rule_id the label concerns ('' if none). Must exist in the profile.
Behavior4/5

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

The description discloses key behaviors: 'Append-only: existing records are never rewritten' and 'accept-verdict precedents suppress matching findings in future audit_taste runs.' Annotations include destructiveHint=true, which aligns with append-only (adds data, doesn't overwrite). No contradiction.

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?

Two sentences that pack purpose, usage, and key behaviors without any fluff. Every sentence earns its place.

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?

With 7 parameters and no output schema, the description covers purpose, usage, behavioral notes, and parameter hints. It's comprehensive enough for an agent to use correctly, though a brief example could further aid understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds useful context beyond schema: for 'wrong', it advises 'use a verbatim snippet so accept-suppression can match it.' For 'verdict', it explains the difference between accept and revise/reject. This enhances understanding.

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's action: 'Append a labeled precedent to a taste profile's corpus'. It distinguishes from siblings by specifying the context of audit_taste findings or labeling new wrong→right examples.

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?

Explicit usage context is provided: 'Use when a human accepts/revises/rejects an audit_taste finding or labels a new wrong→right example.' It also notes it's append-only, but doesn't explicitly mention when not to use or list alternatives.

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/rhinocap/raven-mcp'

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