Skip to main content
Glama

nudgeonly_receipt_bridge

Converts a verified NudgeOnly painpoint into a worker receipt request or WakePass escalation candidate using deterministic logic.

Instructions

Turn a verified NudgeOnly painpoint into a tiny worker receipt request or WakePass escalation candidate. Deterministic bridge only: no writes, no ownership decision, no completion state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nudge_resultNoOptional output from nudgeonly_api.
painpoint_detectedNoWhether a painpoint was detected by trusted evidence or nudgeonly_api.
painpoint_typeNostale_ack, duplicate_wake, unclear_owner, noisy_thread, missing_proof, or none.
event_textNoSource event, blocker, handoff, or state-card text. Keep it small and non-secret.
contextNoOptional local context. Keep it small and non-secret.
source_idNoOptional upstream event, dispatch, PR, issue, or wake identifier.
source_urlNoOptional upstream source URL.
targetNoOptional human target label such as PR #705 or a dispatch ID.
ownerNoOptional existing owner evidence. The bridge does not invent or decide owners.
workerNoOptional worker override when a trusted lane already named one.
ack_statusNoOptional ACK status such as missing, stale, received, or blocked.
proof_statusNoOptional proof status such as missing, present, stale, or blocked.
created_atNoOptional ISO timestamp for the source handoff or request.
nowNoOptional ISO timestamp used for deterministic TTL checks.
ttl_minutesNoMinutes before missing ACK/proof becomes an escalation request. Default: 60.
nudge_trace_idNoOptional trace_id from nudgeonly_api.
Behavior3/5

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

With no annotations, the description carries full burden. It clearly states the tool is deterministic, read-only, and makes no ownership decisions or completion state changes. However, it does not disclose prerequisites (e.g., must receive output from nudgeonly_api) or error behavior for missing inputs, leaving some gaps.

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 exceptionally concise: two sentences, approximately 25 words. Every word adds value, clearly stating the action and constraints. Front-loaded and efficient.

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 conciseness, the description lacks completeness given the tool's complexity (16 optional parameters, no output schema, no required fields). It does not explain how parameters influence the output path (receipt vs. escalation) or what the tool returns. The agent needs more context to use it effectively.

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?

Input schema coverage is 100% with each parameter described. The description adds no additional meaning beyond what the schema provides; it only summarizes the tool's purpose. Baseline 3 is appropriate.

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 clearly states the tool's function: turning a verified NudgeOnly painpoint into a worker receipt request or WakePass escalation candidate. It specifies the resource and output types, and the phrase 'no writes, no ownership decision, no completion state' helps distinguish it from siblings, though it does not explicitly differentiate from all sibling tools.

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 context on when to use the tool ('Deterministic bridge only') and what it does not do, but lacks explicit guidance on when to use this vs. alternatives like pushonly_wake_pusher or igniteonly_receipt_consumer. The agent must infer usage from the behavioral constraints.

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