Skip to main content
Glama

send_job_alert

Send a push notification summarizing your daily job-search inbox sweep. Designed to alert you to new opportunities with a high-priority briefcase tag.

Instructions

Send a job-search inbox-sweep summary with sensible defaults.

Thin wrapper around send_notification: title "Job sweep", high priority, a briefcase tag. Intended for the daily job-inbox-sweep task.

Args: summary: The summary text to push to your phone.

Returns: A status string starting with "OK:" on success or "FAILED:" on error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully discloses behavior: it is a thin wrapper with fixed defaults (title 'Job sweep', high priority, briefcase tag), and it specifies the return format (status string starting with 'OK:' or 'FAILED:'). No hidden behaviors or contradictions.

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, uses bullet-like Args/Returns sections, and front-loads the purpose. Every sentence adds value with no fluff.

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?

For a simple tool with one parameter and an output schema (which it describes), the description covers purpose, usage, behavior, parameter meaning, and return format. No gaps given the tool's simplicity.

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?

The schema has 0% description coverage, but the description adds 'summary: The summary text to push to your phone.' While this is basic, it provides meaning beyond the parameter name and type. Could include constraints like max length, but the meaning is clear.

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 sends a 'job-search inbox-sweep summary with sensible defaults', identifies it as a thin wrapper around send_notification, and specifies the defaults. This distinguishes it from the sibling tool and leaves no ambiguity.

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

Usage Guidelines4/5

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

It explicitly says 'Intended for the daily job-inbox-sweep task', providing clear context. It identifies the parent tool (send_notification) but does not explicitly state when not to use it. The guidance is adequate but lacks explicit alternatives.

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/Gardner-Programs/ntfy-notify'

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