Skip to main content
Glama

igniteonly_receipt_consumer

Verifies receipt bridge results and emits a compact worker wake packet to trigger an IgniteOnly worker action when validation passes.

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.
Behavior2/5

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

With no annotations, the description carries full burden. It reveals the tool emits a wake packet when verified, but lacks detail on side effects, idempotency, or dependencies. The statement about not editing code helps, but overall transparency is insufficient for a mutation-like tool.

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 very concise: two sentences, front-loaded with the primary purpose, followed by a clear exclusion list. Every sentence adds value with no wasted words.

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?

Despite 100% schema coverage, the description does not explain the workflow or how this tool fits with siblings like nudgeonly_receipt_bridge. It also lacks guidance on the 13 optional parameters and expected output for a tool with no output schema.

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% with descriptions for all 13 optional parameters. The tool description adds no additional meaning beyond what the schema already provides, 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 clearly states the tool's specific action: consume a NudgeOnly receipt bridge result and emit a compact IgniteOnly worker wake packet when verified. It also explicitly lists actions it does NOT perform (edit code, merge, approve, close, mark done), distinguishing it from potential sibling tools that might do those.

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 provides implied usage context by stating what it never does, but does not explicitly say when to use this tool versus alternatives like nudgeonly_receipt_bridge or igniteonly_api. No direct guidance on prerequisites or scenarios.

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