Skip to main content
Glama

send_push_notification

Send automatic push notifications to the user's phone on task completion, when input is needed, or on failure. Keep the user informed and unblocked with a one-line summary.

Instructions

Automatic push notification to the user's phone. CALL IT YOURSELF — never ask permission — in exactly these situations:

  • status="completed": you finished a task, long-running operation, or multi-step edit.

  • status="needs_input": you are blocked and need the user (decision, answer, credentials) before continuing.

  • status="failed": an unrecoverable error stopped the task. Pass a one-line summary. This is a fire-and-forget notification: if the push fails, continue your task anyway. FALLBACK: if this tool is unavailable, send the same notification via bash: npx nockit send --status --summary "" [--topic ]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoCustom Ntfy topic name. Defaults to process.env.NTFY_TOPIC or 'nockit_default_alerts'.
statusYesThe current state of your task.
summaryYesBrief progress summary, error log, or what input is needed from the user.
Behavior5/5

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

With no annotations, the description carries the transparency burden. It discloses the fire-and-forget nature, the instruction to continue if the push fails, and the fallback mechanism, all critical behavioral traits.

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 concise, front-loaded with purpose, and uses bullet points for readability. Every sentence contributes meaningful guidance, including the fallback instruction.

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

Completeness5/5

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

The description fully equips an agent to use the tool correctly: when to call, what to pass, how to handle failure, and alternative via bash. It leaves no essential gaps given the simple schema and absence of output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by mapping each status enum to real-world situations and specifying that the summary should be a 'one-line summary,' going beyond the schema's generic text.

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 identifies the action ('push notification') and the target ('user's phone'), and the status list specifies the exact scopes. It fully distinguishes itself from any potential alternatives by enumerating the three trigger situations.

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?

It explicitly states when to use the tool ('CALL IT YOURSELF — never ask permission') and gives three concrete scenarios with definitions. It also provides a fallback command for when the tool is unavailable, making usage guidance comprehensive.

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/codeCrack-01/NockIt'

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