Skip to main content
Glama
LS-SIEM-LLP

qa-probe

Official

qa_probe_label

Record feedback on endpoint diagnosis: mark expected results to suppress findings or confirm real bugs, ensuring labels are reapplied on future QA probe runs.

Instructions

Record feedback on an endpoint diagnosis so qa-probe reapplies it on future runs. Use this to teach the tool: mark a result as expected/known (suppresses the finding) or confirm it as a real bug. Example: "mark the empty GET /alerts result as expected".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoWhy — free text. Strongly recommended; this is the audit trail.
signalNoOptional rootCause this label applies to (e.g. "empty_db"). The label auto-revokes if the observed rootCause changes, so it can never hide a regression. Defaults to "any".
verdictYesOne of: expected, ignore, known_gate, ok, bug, real_bug, confirm. expected/ignore/known_gate/ok SUPPRESS the finding; bug/real_bug/confirm CONFIRM it.
endpointYesEndpoint key exactly as shown in the report, e.g. "GET /alerts".
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses that the label reapplies on future runs and explains verdict groups (suppress vs confirm), but it does not mention permissions, reversibility, or what happens with multiple labels for the same endpoint.

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 plus a concise example. It is front-loaded with the core purpose and contains no redundant information.

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

Completeness3/5

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

Given the tool has 4 parameters and no output schema, the description covers the main purpose and gives a usage example, but it lacks details on persistence behavior, default signal handling, and prerequisites like needing a prior diagnosis report.

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%, so the baseline is 3. The description adds value by explaining the verdict groups and providing an example, but it does not elaborate on parameter semantics beyond what the schema already offers.

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 states 'Record feedback on an endpoint diagnosis so qa-probe reapplies it on future runs,' which provides a specific verb and resource. It also distinguishes the tool's purpose from siblings by focusing on labeling/teaching behavior, but it could be more precise about what constitutes a label.

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 usage when providing feedback on a diagnosis ('mark a result as expected/known or confirm it as a real bug') and gives an example, but it does not explicitly state when not to use this tool or compare it to siblings like qa_probe_explain_failure or qa_probe_run_analysis.

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/LS-SIEM-LLP/qa-probe'

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