Skip to main content
Glama

igniteonly_receipt_consumer

Consumes a verified NudgeOnly receipt bridge result to emit a compact IgniteOnly worker wake packet, enabling deterministic worker wake without code changes.

Instructions

Consume a NudgeOnly receipt bridge result and emit a compact IgniteOnly worker wake packet when verified. It never edits code, merges, approves, closes, or marks done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nudge_bridge_resultNoOptional output from nudgeonly_receipt_bridge.
bridge_resultNoOptional bridge result alias.
bridge_idNoOptional trusted bridge ID, such as nudgebridge_<hash>.
bridge_statusNoreceipt_request, escalation_request, advisory_only, or quiet.
painpoint_detectedNoWhether trusted evidence found a painpoint.
painpoint_typeNostale_ack, duplicate_wake, unclear_owner, noisy_thread, missing_proof, dormant_worker, or none.
source_idNoOptional upstream event, dispatch, PR, issue, or wake identifier.
source_urlNoOptional upstream source URL.
targetNoHuman target label such as PR #706, issue #706, or a dispatch ID.
requestNoOptional receipt request with worker, expected_receipt, verifier, and receipt_line.
verifiedNoTrue only when a trusted deterministic verifier has checked the evidence.
verifier_statusNoOptional verifier status such as passed, verified, confirmed, wakepass_pass, proof_checked, or ack_checked.
nudge_trace_idNoOptional upstream NudgeOnly trace ID.
Behavior3/5

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

The description discloses that it never edits code, merges, approves, etc., which provides some behavioral context. However, with no annotations, it fails to explain what 'verified' means, what happens if verification fails, or the side effects of emitting a wake packet. The behavioral information is incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short (two sentences) and front-loaded with the core action. It wastes no words, but could be slightly more structured to include usage context. Still, it earns a high score for efficiency.

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

Completeness2/5

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

Given 13 optional parameters and no output schema, the description lacks completeness. It does not explain the output (wake packet) behavior, error conditions, or typical sequence of use. Users are left wondering what the tool returns or if any side effects occur, making it incomplete for a tool of this complexity.

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?

The input schema covers 100% of parameters with descriptions, so the description adds minimal value beyond the schema. Baseline of 3 is appropriate as the schema already describes each parameter, though the tool description does not elaborate further on parameter usage.

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 primary action: consuming a NudgeOnly receipt bridge result and emitting a wake packet when verified. It also explicitly lists what it does not do (edit code, merge, etc.), distinguishing it from sibling tools like igniteonly_api or nudgeonly_receipt_bridge.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. While it notes what it does not do, it omits prerequisites (e.g., after a successful nudgeonly_receipt_bridge call) and does not reference sibling tools or when this consumer should be invoked over others like pushonly_wake_pusher.

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/malamutemayhem/unclick'

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