Skip to main content
Glama

lurq

Report how a package worked out

report_outcome

Opt-in feedback after you act on lurq's evidence about a package (verify, evaluate, compare, compat): whether you went with it and whether it built. No source code, only the coarse decision + a build signal. Helps lurq learn which packages agents actually succeed with; safe to skip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
needNoWhat you needed the package for, in plain words (no source code)
packageYesThe package you decided on
acceptedYesDid you go with this package?
buildSignalNoCoarse post-install result, if known

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / need / description
      Previous value: -"The original need this was recommended for (no source code)"New value: +"What you needed the package for, in plain words (no source code)"
    • changedInput schema / properties / package / description
      Previous value: -"The package that was recommended"New value: +"The package you decided on"
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations mark this as a non-read-only, non-idempotent, non-destructive, closed-world write, which is already informative. The description adds that no source code is sent, only a coarse decision and build signal, and that it helps learn which packages succeed. However, it doesn't discuss privacy, storage, or side effects beyond the coarse data, and the non-idempotent annotation suggests repeated calls may duplicate data, which is not mentioned.

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 compact sentences, front-loaded with the trigger and scope, then the data-minimization and value proposition. No filler, every clause 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?

For a four-parameter opt-in feedback tool with full schema coverage and no output schema, the description is nearly complete: it covers purpose, timing, data limits, and optionality. It could mention whether a response is returned or what happens after submission, but the core needs are addressed.

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 description coverage is 100%, so all four parameters are fully documented in the schema with descriptions, patterns, and an enum for buildSignal. The description does not add any parameter-level details beyond the schema, so 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 states a specific verb (report) and a specific resource (feedback on a package outcome), and it precisely scopes what is being reported: 'whether you went with it and whether it built.' It also names the sibling tools whose evidence it follows up on (verify, evaluate, compare, compat), distinguishing this tool from those.

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

Usage Guidelines5/5

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

The description explicitly says 'Opt-in feedback after you act on lurq's evidence about a package (verify, evaluate, compare, compat)' and 'safe to skip.' This tells the agent exactly when to use it (after acting on evidence from those siblings) and when it is not required. The condition is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.