Skip to main content
Glama

pushonly_wake_pusher

Consumes a verified IgniteOnly wake packet and emits a compact public PushOnly worker envelope without writing state or executing work.

Instructions

Consume a verified IgniteOnly wake packet and emit a compact public PushOnly worker envelope. It never writes source-of-truth state or executes the work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ignite_resultNoOptional output from igniteonly_api or igniteonly_receipt_consumer.
igniteonly_resultNoOptional IgniteOnly result alias.
wake_packetNoOptional IgniteOnly wake_packet.
ignite_idNoOptional IgniteOnly ID.
ignite_statusNowake_request or escalation_wake_request.
workerNoKnown worker route such as pinballwake-jobs-worker, Builder, Reviewer, Job Manager, or Heartbeat Seat.
targetNoHuman target label such as Boardroom backlog, PR #706, issue #706, or a dispatch ID.
painpoint_typeNostale_ack, duplicate_wake, unclear_owner, queue_hydration_failure, noisy_thread, missing_proof, dormant_worker, or none.
source_idNoOptional upstream event, dispatch, PR, issue, or wake identifier.
source_urlNoOptional upstream source URL.
bridge_idNoOptional trusted bridge ID.
nudge_trace_idNoOptional upstream NudgeOnly trace ID.
receipt_lineNoOptional compact receipt line copied from IgniteOnly.
expected_receiptNoOptional expected worker ACK/proof text.
verifierNoOptional verifier text copied from IgniteOnly.
public_fields_onlyNoMust be true when supplying wake fields directly.
Behavior3/5

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

With no annotations, the description provides a key behavioral trait: it never writes source-of-truth state or executes work. However, it does not cover error conditions, side effects, or auth requirements. The description is adequate but could be more comprehensive.

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, each providing distinct value: the first defines the action, the second adds a critical constraint. No superfluous words. Perfectly concise.

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 having 16 optional parameters and no output schema, the description is minimal. It does not explain how to use the parameters, the overall workflow, or how this tool fits with siblings like pushonly_api or igniteonly_api. An agent would likely need more guidance.

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?

All 16 parameters have descriptions in the input schema (100% coverage), so the baseline is 3. The description does not add additional meaning beyond the schema, but it is not required to since the schema is complete.

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 consumes a verified IgniteOnly wake packet and emits a PushOnly worker envelope. It also explicitly distinguishes itself by stating it never writes state or executes work, setting it apart from sibling tools that may do so.

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 the tool should be used when a verified IgniteOnly wake packet is available, but it does not explicitly state when to use it versus alternatives like igniteonly_api or pushonly_api. There is no when-not guidance or mention of prerequisites.

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